Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports252 clang_getModuleForFile
H A DCIndex.cpp8435 CXModule clang_getModuleForFile(CXTranslationUnit TU, CXFile File) { in clang_getModuleForFile() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h4710 CINDEX_LINKAGE CXModule clang_getModuleForFile(CXTranslationUnit, CXFile);
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c3667 Mod = clang_getModuleForFile(index_data->TU, (CXFile)info->file); in index_ppIncludedFile()