Home
last modified time | relevance | path

Searched refs:clang_getTranslationUnitCursor (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/clang/unittests/libclang/
DLibclangTest.cpp403 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()
DTestUtils.h79 CXCursor TuCursor = clang_getTranslationUnitCursor(ClangTU); in Traverse()
/external/clang/tools/libclang/
Dlibclang.exports249 clang_getTranslationUnitCursor
DCIndex.cpp3871 CXCursor clang_getTranslationUnitCursor(CXTranslationUnit TU) { in clang_getTranslationUnitCursor() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports282 clang_getTranslationUnitCursor
DCIndex.cpp4269 CXCursor clang_getTranslationUnitCursor(CXTranslationUnit TU) { in clang_getTranslationUnitCursor() function
/external/rust/crates/cexpr/tests/
Dclang.rs255 visit_children(clang_getTranslationUnitCursor(tu), |cur, _parent| { in file_visit_macros()
/external/rust/crates/bindgen/src/
Dclang.rs196 x: clang_getTranslationUnitCursor(tu), in translation_unit()
1618 x: clang_getTranslationUnitCursor(self.x), in cursor()
/external/clang/include/clang-c/
DIndex.h2432 CINDEX_LINKAGE CXCursor clang_getTranslationUnitCursor(CXTranslationUnit);
/external/llvm-project/clang/include/clang-c/
DIndex.h2705 CINDEX_LINKAGE CXCursor clang_getTranslationUnitCursor(CXTranslationUnit);
/external/rust/crates/clang-sys/src/
Dlib.rs2108 pub fn clang_getTranslationUnitCursor(tu: CXTranslationUnit) -> CXCursor;
/external/clang/bindings/python/clang/
Dcindex.py2449 return conf.lib.clang_getTranslationUnitCursor(self)
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py2880 return conf.lib.clang_getTranslationUnitCursor(self)
/external/clang/tools/c-index-test/
Dc-index-test.c1582 clang_visitChildren(clang_getTranslationUnitCursor(TU), Visitor, &Data); in perform_test_load()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c1975 clang_visitChildren(clang_getTranslationUnitCursor(TU), Visitor, &Data); in perform_test_load()