Searched refs:findModuleForHeader (Results 1 – 7 of 7) sorted by relevance
1142 HeaderSearch::findModuleForHeader(const FileEntry *File) const { in findModuleForHeader() function in HeaderSearch1148 return ModMap.findModuleForHeader(File); in findModuleForHeader()1157 *SuggestedModule = findModuleForHeader(File); in findUsableModuleForHeader()1183 *SuggestedModule = findModuleForHeader(File); in findUsableModuleForFrameworkHeader()
328 ModuleMap::KnownHeader ModuleMap::findModuleForHeader(const FileEntry *File) { in findModuleForHeader() function in ModuleMap934 if (Module *Mod = findModuleForHeader(ExpansionFile).getModule()) in inferModuleFromLocation()
665 .findModuleForHeader(EntryOfIncl) in getModuleForLocation()
320 KnownHeader findModuleForHeader(const FileEntry *File);
523 ModuleMap::KnownHeader findModuleForHeader(const FileEntry *File) const;
136 if (HS.findModuleForHeader(FE)) in HandleDiagnostic()
7357 ModuleMap::KnownHeader Header = HS.findModuleForHeader(FE); in clang_getModuleForFile()