Searched refs:clang_indexLoc_getFileLocation (Results 1 – 5 of 5) sorted by relevance
| /external/clang/tools/libclang/ |
| D | libclang.exports | 257 clang_indexLoc_getFileLocation
|
| D | Indexing.cpp | 950 void clang_indexLoc_getFileLocation(CXIdxLoc location, in clang_indexLoc_getFileLocation() function
|
| /external/clang/include/clang-c/ |
| D | Index.h | 5950 CINDEX_LINKAGE void clang_indexLoc_getFileLocation(CXIdxLoc loc,
|
| /external/clang/tools/c-index-test/ |
| D | c-index-test.c | 2866 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/ |
| D | lib.rs | 2186 …pub fn clang_indexLoc_getFileLocation(location: CXIdxLoc, index_file: *mut CXIdxClientFile, file: …
|