Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports215 clang_getIncludedFile
DCIndex.cpp7201 CXFile clang_getIncludedFile(CXCursor cursor) { in clang_getIncludedFile() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports247 clang_getIncludedFile
DCIndex.cpp8189 CXFile clang_getIncludedFile(CXCursor cursor) { in clang_getIncludedFile() function
/external/clang/include/clang-c/
DIndex.h2843 CINDEX_LINKAGE CXFile clang_getIncludedFile(CXCursor cursor);
/external/rust/crates/bindgen/src/
Dclang.rs720 let file = unsafe { clang_sys::clang_getIncludedFile(self.x) }; in get_included_file_name()
/external/llvm-project/clang/include/clang-c/
DIndex.h3154 CINDEX_LINKAGE CXFile clang_getIncludedFile(CXCursor cursor);
/external/rust/crates/clang-sys/src/
Dlib.rs2071 pub fn clang_getIncludedFile(cursor: CXCursor) -> CXFile;
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py1536 return conf.lib.clang_getIncludedFile(self)
/external/clang/tools/c-index-test/
Dc-index-test.c891 CXFile File = clang_getIncludedFile(Cursor); in PrintCursor()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c1057 CXFile File = clang_getIncludedFile(Cursor); in PrintCursor()