Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports191 clang_getCursor
H A DCIndex.cpp5826 CXCursor clang_getCursor(CXTranslationUnit TU, CXSourceLocation Loc) { in clang_getCursor() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1371 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 DIndex.h3206 CINDEX_LINKAGE CXCursor clang_getCursor(CXTranslationUnit, CXSourceLocation);
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1426 cursor = conf.lib.clang_getCursor(tu, location)