Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports35 clang_Module_getASTFile
H A DCIndex.cpp6663 CXFile clang_Module_getASTFile(CXModule CXMod) { in clang_Module_getASTFile() function
/minix3/external/bsd/llvm/dist/clang/include/clang-c/
H A DIndex.h3847 CINDEX_LINKAGE CXFile clang_Module_getASTFile(CXModule Module);
/minix3/external/bsd/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2292 astFile = clang_Module_getASTFile(mod); in inspect_cursor_at()