Searched refs:clang_getCursor (Results 1 – 11 of 11) sorted by relevance
/external/clang/tools/libclang/ |
D | libclang.exports | 165 clang_getCursor
|
D | CIndex.cpp | 5006 CXCursor clang_getCursor(CXTranslationUnit TU, CXSourceLocation Loc) { in clang_getCursor() function
|
/external/llvm-project/clang/tools/libclang/ |
D | libclang.exports | 191 clang_getCursor
|
D | CIndex.cpp | 5774 CXCursor clang_getCursor(CXTranslationUnit TU, CXSourceLocation Loc) { in clang_getCursor() function
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 1168 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/ |
D | c-index-test.c | 1370 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/ |
D | Index.h | 2875 CINDEX_LINKAGE CXCursor clang_getCursor(CXTranslationUnit, CXSourceLocation);
|
/external/llvm-project/clang/include/clang-c/ |
D | Index.h | 3186 CINDEX_LINKAGE CXCursor clang_getCursor(CXTranslationUnit, CXSourceLocation);
|
/external/rust/crates/clang-sys/src/ |
D | lib.rs | 2001 pub fn clang_getCursor(tu: CXTranslationUnit, location: CXSourceLocation) -> CXCursor;
|
/external/clang/bindings/python/clang/ |
D | cindex.py | 1173 cursor = conf.lib.clang_getCursor(tu, location)
|
/external/llvm-project/clang/bindings/python/clang/ |
D | cindex.py | 1426 cursor = conf.lib.clang_getCursor(tu, location)
|