Home
last modified time | relevance | path

Searched refs:clang_getCursor (Results 1 – 5 of 5) 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/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/clang/include/clang-c/
DIndex.h2875 CINDEX_LINKAGE CXCursor clang_getCursor(CXTranslationUnit, CXSourceLocation);
/external/clang/bindings/python/clang/
Dcindex.py1173 cursor = conf.lib.clang_getCursor(tu, location)