Home
last modified time | relevance | path

Searched refs:clang_getCursorLocation (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexHigh.cpp180 Loc = cxloc::translateSourceLocation(clang_getCursorLocation(cursor)); in findFileIdRefVisit()
278 Loc = cxloc::translateSourceLocation(clang_getCursorLocation(cursor)); in findFileMacroRefVisit()
356 Loc = cxloc::translateSourceLocation(clang_getCursorLocation(cursor)); in visit()
H A Dlibclang.exports205 clang_getCursorLocation
H A DCIndex.cpp4873 CXSourceLocation CXLoc = clang_getCursorLocation(C); in clang_Cursor_getSpellingNameRange()
5845 CXSourceLocation ResultLoc = clang_getCursorLocation(Result); in clang_getCursor()
5868 CXSourceLocation DefinitionLoc = clang_getCursorLocation(Definition); in clang_getCursor()
5973 CXSourceLocation clang_getCursorLocation(CXCursor C) { in clang_getCursorLocation() function
9119 *this << cursorName << "@" << clang_getCursorLocation(cursor); in operator <<()
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c807 Loc = clang_getCursorLocation(Ovl); in PrintCursor()
813 CXSourceLocation Loc = clang_getCursorLocation(Referenced); in PrintCursor()
996 CXSourceLocation Loc = clang_getCursorLocation(SpecializationOf); in PrintCursor()
1041 CXSourceLocation Loc = clang_getCursorLocation(overridden[I]); in PrintCursor()
1160 CXSourceLocation Loc = clang_getCursorLocation(Cursor); in GetCursorSource()
1302 CXSourceLocation Loc = clang_getCursorLocation(Cursor); in FilteredPrintingVisitor()
1364 Loc = clang_getCursorLocation(Cursor); in FunctionScanVisitor()
2915 CXSourceLocation CursorLoc = clang_getCursorLocation(Cursor); in inspect_print_cursor()
3029 CXSourceLocation CursorLoc = clang_getCursorLocation(Cursor); in inspect_evaluate_cursor()
3066 CXSourceLocation CursorLoc = clang_getCursorLocation(Cursor); in inspect_macroinfo_cursor()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h3218 CINDEX_LINKAGE CXSourceLocation clang_getCursorLocation(CXCursor);
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1580 self._loc = conf.lib.clang_getCursorLocation(self)