Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports250 clang_getLocation
H A DCXSourceLocation.cpp115 CXSourceLocation clang_getLocation(CXTranslationUnit TU, in clang_getLocation() function
/netbsd/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1370 = clang_getLocation(Data->TU, file, curLine, curColumn); in FunctionScanVisitor()
2304 cursor = clang_getCursor(TU, clang_getLocation(TU, file, line, col)); in perform_file_scan()
2890 clang_getLocation(TU, file, Locations[Loc].line, in inspect_cursor_at()
3185 clang_getLocation(TU, file, Locations[Loc].line, in find_file_refs_at()
4218 startLoc = clang_getLocation(TU, file, line, column); in perform_token_annotation()
4226 endLoc = clang_getLocation(TU, file, second_line, second_column); in perform_token_annotation()
/netbsd/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h493 CINDEX_LINKAGE CXSourceLocation clang_getLocation(CXTranslationUnit tu,
/netbsd/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py257 return conf.lib.clang_getLocation(tu, file, line, column)