clang_getTranslationUnitCursor

Retrieve the cursor that represents the given translation unit.

The translation unit cursor can be used to start traversing the various declarations within the given translation unit.

extern (C) @nogc @trusted nothrow pure
clang_getTranslationUnitCursor

Meta