Home
last modified time | relevance | path

Searched refs:clang_getCursor (Results 1 – 11 of 11) sorted by relevance

/external/clang/tools/libclang/
Dlibclang.exports165 clang_getCursor
DCIndex.cpp5006 CXCursor clang_getCursor(CXTranslationUnit TU, CXSourceLocation Loc) { in clang_getCursor() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports191 clang_getCursor
DCIndex.cpp5774 CXCursor clang_getCursor(CXTranslationUnit TU, CXSourceLocation Loc) { in clang_getCursor() function
/external/clang/tools/c-index-test/
Dc-index-test.c1168 Ref = clang_getCursor(Data->TU, RefLoc); in FunctionScanVisitor()
1829 cursor = clang_getCursor(TU, clang_getLocation(TU, file, line, col)); in perform_file_scan()
2366 Cursor = clang_getCursor(TU, in inspect_cursor_at()
2651 Cursor = clang_getCursor(TU, in find_file_refs_at()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c1370 Ref = clang_getCursor(Data->TU, RefLoc); in FunctionScanVisitor()
2287 cursor = clang_getCursor(TU, clang_getLocation(TU, file, line, col)); in perform_file_scan()
2872 Cursor = clang_getCursor(TU, in inspect_cursor_at()
3167 Cursor = clang_getCursor(TU, in find_file_refs_at()
/external/clang/include/clang-c/
DIndex.h2875 CINDEX_LINKAGE CXCursor clang_getCursor(CXTranslationUnit, CXSourceLocation);
/external/llvm-project/clang/include/clang-c/
DIndex.h3186 CINDEX_LINKAGE CXCursor clang_getCursor(CXTranslationUnit, CXSourceLocation);
/external/rust/crates/clang-sys/src/
Dlib.rs2001 pub fn clang_getCursor(tu: CXTranslationUnit, location: CXSourceLocation) -> CXCursor;
/external/clang/bindings/python/clang/
Dcindex.py1173 cursor = conf.lib.clang_getCursor(tu, location)
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py1426 cursor = conf.lib.clang_getCursor(tu, location)