Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports206 clang_getModuleForFile
H A DCIndex.cpp6647 CXModule clang_getModuleForFile(CXTranslationUnit TU, CXFile File) { in clang_getModuleForFile() function
/minix3/external/bsd/llvm/dist/clang/include/clang-c/
H A DIndex.h3840 CINDEX_LINKAGE CXModule clang_getModuleForFile(CXTranslationUnit, CXFile);
/minix3/external/bsd/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2871 Mod = clang_getModuleForFile(index_data->TU, (CXFile)info->file); in index_ppIncludedFile()