Searched refs:clang_indexLoc_getFileLocation (Results 1 – 4 of 4) sorted by relevance
/external/clang/tools/libclang/ |
D | libclang.exports | 246 clang_indexLoc_getFileLocation
|
D | Indexing.cpp | 1058 void clang_indexLoc_getFileLocation(CXIdxLoc location, in clang_indexLoc_getFileLocation() function
|
/external/clang/include/clang-c/ |
D | Index.h | 5680 CINDEX_LINKAGE void clang_indexLoc_getFileLocation(CXIdxLoc loc,
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 2651 clang_indexLoc_getFileLocation(loc, &file, 0, &line, &column, 0); in printCXIndexLoc() 2699 clang_indexLoc_getFileLocation(loc, &file, 0, &line, &column, 0); in makeClientContainer()
|