Home
last modified time | relevance | path

Searched refs:clang_indexLoc_getFileLocation (Results 1 – 4 of 4) sorted by relevance

/external/clang/tools/libclang/
Dlibclang.exports246 clang_indexLoc_getFileLocation
DIndexing.cpp1058 void clang_indexLoc_getFileLocation(CXIdxLoc location, in clang_indexLoc_getFileLocation() function
/external/clang/include/clang-c/
DIndex.h5680 CINDEX_LINKAGE void clang_indexLoc_getFileLocation(CXIdxLoc loc,
/external/clang/tools/c-index-test/
Dc-index-test.c2651 clang_indexLoc_getFileLocation(loc, &file, 0, &line, &column, 0); in printCXIndexLoc()
2699 clang_indexLoc_getFileLocation(loc, &file, 0, &line, &column, 0); in makeClientContainer()