Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports257 clang_indexLoc_getFileLocation
DIndexing.cpp950 void clang_indexLoc_getFileLocation(CXIdxLoc location, in clang_indexLoc_getFileLocation() function
/external/clang/include/clang-c/
DIndex.h5950 CINDEX_LINKAGE void clang_indexLoc_getFileLocation(CXIdxLoc loc,
/external/clang/tools/c-index-test/
Dc-index-test.c2866 clang_indexLoc_getFileLocation(loc, &file, 0, &line, &column, 0); in printCXIndexLoc()
2914 clang_indexLoc_getFileLocation(loc, &file, 0, &line, &column, 0); in makeClientContainer()
/external/rust/crates/clang-sys/src/
Dlib.rs2186 …pub fn clang_indexLoc_getFileLocation(location: CXIdxLoc, index_file: *mut CXIdxClientFile, file: …