Home
last modified time | relevance | path

Searched refs:clang_Module_getASTFile (Results 1 – 9 of 9) sorted by relevance

/external/clang/tools/libclang/
Dlibclang.exports44 clang_Module_getASTFile
DCIndex.cpp7362 CXFile clang_Module_getASTFile(CXModule CXMod) { in clang_Module_getASTFile() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports54 clang_Module_getASTFile
DCIndex.cpp8399 CXFile clang_Module_getASTFile(CXModule CXMod) { in clang_Module_getASTFile() function
/external/clang/include/clang-c/
DIndex.h4052 CINDEX_LINKAGE CXFile clang_Module_getASTFile(CXModule Module);
/external/llvm-project/clang/include/clang-c/
DIndex.h4697 CINDEX_LINKAGE CXFile clang_Module_getASTFile(CXModule Module);
/external/rust/crates/clang-sys/src/
Dlib.rs1850 pub fn clang_Module_getASTFile(module: CXModule) -> CXFile;
/external/clang/tools/c-index-test/
Dc-index-test.c2433 astFile = clang_Module_getASTFile(mod); in inspect_print_cursor()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c2942 astFile = clang_Module_getASTFile(mod); in inspect_print_cursor()