Home
last modified time | relevance | path

Searched refs:clang_getIncludedFile (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/clang/tools/libclang/
H A Dlibclang.exports215 clang_getIncludedFile
H A DCIndex.cpp7201 CXFile clang_getIncludedFile(CXCursor cursor) { in clang_getIncludedFile() function
/aosp_15_r20/external/clang/include/clang-c/
H A DIndex.h2843 CINDEX_LINKAGE CXFile clang_getIncludedFile(CXCursor cursor);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/
DIndex.h2741 CINDEX_LINKAGE CXFile clang_getIncludedFile(CXCursor cursor);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/
DIndex.h2731 CINDEX_LINKAGE CXFile clang_getIncludedFile(CXCursor cursor);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-c/
DIndex.h2740 CINDEX_LINKAGE CXFile clang_getIncludedFile(CXCursor cursor);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/
DIndex.h2740 CINDEX_LINKAGE CXFile clang_getIncludedFile(CXCursor cursor);
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/
Dclang.rs962 let file = unsafe { clang_sys::clang_getIncludedFile(self.x) }; in get_included_file_name()
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs2284 pub fn clang_getIncludedFile(cursor: CXCursor) -> CXFile;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/python3/site-packages/clang/
Dcindex.py1676 return conf.lib.clang_getIncludedFile(self)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/python3/site-packages/clang/
Dcindex.py1645 return conf.lib.clang_getIncludedFile(self)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/python3/site-packages/clang/
Dcindex.py1645 return conf.lib.clang_getIncludedFile(self)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/python3/site-packages/clang/
Dcindex.py1799 return conf.lib.clang_getIncludedFile(self)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-stable/lib/python3/site-packages/clang/
Dcindex.py1799 return conf.lib.clang_getIncludedFile(self)
/aosp_15_r20/external/clang/tools/c-index-test/
H A Dc-index-test.c891 CXFile File = clang_getIncludedFile(Cursor); in PrintCursor()