Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports37 clang_Module_getASTFile
DCIndex.cpp6727 CXFile clang_Module_getASTFile(CXModule CXMod) { in clang_Module_getASTFile() function
/external/clang/include/clang-c/
DIndex.h3874 CINDEX_LINKAGE CXFile clang_Module_getASTFile(CXModule Module);
/external/clang/tools/c-index-test/
Dc-index-test.c2315 astFile = clang_Module_getASTFile(mod); in inspect_cursor_at()