Searched refs:clang_getCursor (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | libclang.exports | 191 clang_getCursor
|
H A D | CIndex.cpp | 5826 CXCursor clang_getCursor(CXTranslationUnit TU, CXSourceLocation Loc) { in clang_getCursor() function
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
H A D | c-index-test.c | 1371 Ref = clang_getCursor(Data->TU, RefLoc); in FunctionScanVisitor() 2304 cursor = clang_getCursor(TU, clang_getLocation(TU, file, line, col)); in perform_file_scan() 2889 Cursor = clang_getCursor(TU, in inspect_cursor_at() 3184 Cursor = clang_getCursor(TU, in find_file_refs_at()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/ |
H A D | Index.h | 3206 CINDEX_LINKAGE CXCursor clang_getCursor(CXTranslationUnit, CXSourceLocation);
|
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/ |
H A D | cindex.py | 1426 cursor = conf.lib.clang_getCursor(tu, location)
|