Home
last modified time | relevance | path

Searched refs:clang_Module_getASTFile (Results 1 – 5 of 5) 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/clang/include/clang-c/
DIndex.h4052 CINDEX_LINKAGE CXFile clang_Module_getASTFile(CXModule Module);
/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs2050 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()