Searched refs:clang_indexLoc_getFileLocation (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/clang/tools/libclang/ |
H A D | libclang.exports | 257 clang_indexLoc_getFileLocation
|
H A D | Indexing.cpp | 950 void clang_indexLoc_getFileLocation(CXIdxLoc location, in clang_indexLoc_getFileLocation() function
|
/aosp_15_r20/external/clang/include/clang-c/ |
H A D | Index.h | 5950 CINDEX_LINKAGE void clang_indexLoc_getFileLocation(CXIdxLoc loc,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/ |
D | Index.h | 6482 CINDEX_LINKAGE void clang_indexLoc_getFileLocation(CXIdxLoc loc,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/ |
D | Index.h | 6470 CINDEX_LINKAGE void clang_indexLoc_getFileLocation(CXIdxLoc loc,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-c/ |
D | Index.h | 6480 CINDEX_LINKAGE void clang_indexLoc_getFileLocation(CXIdxLoc loc,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/ |
D | Index.h | 6480 CINDEX_LINKAGE void clang_indexLoc_getFileLocation(CXIdxLoc loc,
|
/aosp_15_r20/external/clang/tools/c-index-test/ |
H A 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()
|
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/ |
D | lib.rs | 2342 …pub fn clang_indexLoc_getFileLocation(location: CXIdxLoc, index_file: *mut CXIdxClientFile, file: …
|