Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports212 clang_getLocation
DCXSourceLocation.cpp121 CXSourceLocation clang_getLocation(CXTranslationUnit TU, in clang_getLocation() function
/external/clang/tools/c-index-test/
Dc-index-test.c1151 = clang_getLocation(Data->TU, file, curLine, curColumn); in FunctionScanVisitor()
1776 cursor = clang_getCursor(TU, clang_getLocation(TU, file, line, col)); in perform_file_scan()
2327 clang_getLocation(TU, file, Locations[Loc].line, in inspect_cursor_at()
2499 clang_getLocation(TU, file, Locations[Loc].line, in find_file_refs_at()
3500 startLoc = clang_getLocation(TU, file, line, column); in perform_token_annotation()
3508 endLoc = clang_getLocation(TU, file, second_line, second_column); in perform_token_annotation()
/external/clang/include/clang-c/
DIndex.h404 CINDEX_LINKAGE CXSourceLocation clang_getLocation(CXTranslationUnit tu,
/external/clang/bindings/python/clang/
Dcindex.py185 return conf.lib.clang_getLocation(tu, file, line, column)