Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/libclang/
H A Dlibclang.map311 clang_getLocation;
H A DCXSourceLocation.cpp115 CXSourceLocation clang_getLocation(CXTranslationUnit TU, in clang_getLocation() function
/openbsd/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c1381 = clang_getLocation(Data->TU, file, curLine, curColumn); in FunctionScanVisitor()
2327 cursor = clang_getCursor(TU, clang_getLocation(TU, file, line, col)); in perform_file_scan()
2913 clang_getLocation(TU, file, Locations[Loc].line, in inspect_cursor_at()
3208 clang_getLocation(TU, file, Locations[Loc].line, in find_file_refs_at()
4243 startLoc = clang_getLocation(TU, file, line, column); in perform_token_annotation()
4251 endLoc = clang_getLocation(TU, file, second_line, second_column); in perform_token_annotation()
/openbsd/gnu/llvm/clang/include/clang-c/
H A DIndex.h385 CINDEX_LINKAGE CXSourceLocation clang_getLocation(CXTranslationUnit tu,
/openbsd/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py257 return conf.lib.clang_getLocation(tu, file, line, column)