ΒΆCXCursor clang_getTranslationUnitCursor(
CXTranslationUnit)
CXCursor clang_getTranslationUnitCursor(
CXTranslationUnit)
Description
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.
Declared at: clang/include/clang-c/Index.h:2788
Parameters
- CXTranslationUnit