Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A Dlibclang.map313 clang_getModuleForFile;
H A DCIndex.cpp8692 CXModule clang_getModuleForFile(CXTranslationUnit TU, CXFile File) { in clang_getModuleForFile() function
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h4777 CINDEX_LINKAGE CXModule clang_getModuleForFile(CXTranslationUnit, CXFile);
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c3669 Mod = clang_getModuleForFile(index_data->TU, (CXFile)info->file); in index_ppIncludedFile()