Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports207 clang_getLocation
DCXSourceLocation.cpp121 CXSourceLocation clang_getLocation(CXTranslationUnit TU, in clang_getLocation() function
/external/clang/tools/c-index-test/
Dc-index-test.c1136 = clang_getLocation(Data->TU, file, curLine, curColumn); in FunctionScanVisitor()
1714 cursor = clang_getCursor(TU, clang_getLocation(TU, file, line, col)); in perform_file_scan()
2265 clang_getLocation(TU, file, Locations[Loc].line, in inspect_cursor_at()
2437 clang_getLocation(TU, file, Locations[Loc].line, in find_file_refs_at()
3438 startLoc = clang_getLocation(TU, file, line, column); in perform_token_annotation()
3446 endLoc = clang_getLocation(TU, file, second_line, second_column); in perform_token_annotation()
/external/clang/include/clang-c/
DIndex.h405 CINDEX_LINKAGE CXSourceLocation clang_getLocation(CXTranslationUnit tu,
/external/clang/bindings/python/clang/
Dcindex.py185 return conf.lib.clang_getLocation(tu, file, line, column)