Searched refs:clang_getTranslationUnitCursor (Results 1 – 15 of 15) sorted by relevance
403 CXCursor C = clang_getTranslationUnitCursor(ClangTU); in TEST_F()576 CXCursor TUCursor = clang_getTranslationUnitCursor(ClangTU); in SetUp()714 clang_getCursorExtent(clang_getTranslationUnitCursor(ClangTU)); in TEST_F()747 CXCursor C = clang_getTranslationUnitCursor(ClangTU); in TEST_F()773 CXCursor C = clang_getTranslationUnitCursor(ClangTU); in TEST_F()793 CXCursor C = clang_getTranslationUnitCursor(ClangTU); in TEST_F()813 CXCursor C = clang_getTranslationUnitCursor(ClangTU); in TEST_F()833 CXCursor C = clang_getTranslationUnitCursor(ClangTU); in TEST_F()
79 CXCursor TuCursor = clang_getTranslationUnitCursor(ClangTU); in Traverse()
249 clang_getTranslationUnitCursor
3871 CXCursor clang_getTranslationUnitCursor(CXTranslationUnit TU) { in clang_getTranslationUnitCursor() function
282 clang_getTranslationUnitCursor
4269 CXCursor clang_getTranslationUnitCursor(CXTranslationUnit TU) { in clang_getTranslationUnitCursor() function
255 visit_children(clang_getTranslationUnitCursor(tu), |cur, _parent| { in file_visit_macros()
196 x: clang_getTranslationUnitCursor(tu), in translation_unit()1618 x: clang_getTranslationUnitCursor(self.x), in cursor()
2432 CINDEX_LINKAGE CXCursor clang_getTranslationUnitCursor(CXTranslationUnit);
2705 CINDEX_LINKAGE CXCursor clang_getTranslationUnitCursor(CXTranslationUnit);
2108 pub fn clang_getTranslationUnitCursor(tu: CXTranslationUnit) -> CXCursor;
2449 return conf.lib.clang_getTranslationUnitCursor(self)
2880 return conf.lib.clang_getTranslationUnitCursor(self)
1582 clang_visitChildren(clang_getTranslationUnitCursor(TU), Visitor, &Data); in perform_test_load()
1975 clang_visitChildren(clang_getTranslationUnitCursor(TU), Visitor, &Data); in perform_test_load()