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