Searched refs:clang_getLocation (Results 1 – 5 of 5) sorted by relevance
/external/clang/tools/libclang/ |
D | libclang.exports | 212 clang_getLocation
|
D | CXSourceLocation.cpp | 121 CXSourceLocation clang_getLocation(CXTranslationUnit TU, in clang_getLocation() function
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 1151 = 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/ |
D | Index.h | 404 CINDEX_LINKAGE CXSourceLocation clang_getLocation(CXTranslationUnit tu,
|
/external/clang/bindings/python/clang/ |
D | cindex.py | 185 return conf.lib.clang_getLocation(tu, file, line, column)
|