Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A Dlibclang.map129 clang_Module_getASTFile;
H A DCIndex.cpp8708 CXFile clang_Module_getASTFile(CXModule CXMod) { in clang_Module_getASTFile() function
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h4784 CINDEX_LINKAGE CXFile clang_Module_getASTFile(CXModule Module);
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c2959 astFile = clang_Module_getASTFile(mod); in inspect_print_cursor()