Searched refs:findModuleForHeader (Results 1 – 8 of 8) sorted by relevance
256 *SuggestedModule = HS.findModuleForHeader(File); in getFileAndSuggestModule()262 *SuggestedModule = HS.findModuleForHeader(File); in getFileAndSuggestModule()530 *SuggestedModule = HS.findModuleForHeader(FE); in DoFrameworkLookup()533 *SuggestedModule = HS.findModuleForHeader(FE); in DoFrameworkLookup()932 *SuggestedModule = findModuleForHeader(FE); in LookupSubframeworkHeader()1115 HeaderSearch::findModuleForHeader(const FileEntry *File) const { in findModuleForHeader() function in HeaderSearch1121 return ModMap.findModuleForHeader(File); in findModuleForHeader()
600 return ModMap.findModuleForHeader(EntryOfIncl).getModule(); in getModuleForLocation()1777 HeaderInfo.getModuleMap().findModuleForHeader(File, RequestingModule); in HandleIncludeDirective()
334 ModuleMap::findModuleForHeader(const FileEntry *File, in findModuleForHeader() function in ModuleMap928 if (Module *Mod = findModuleForHeader(ExpansionFile).getModule()) in inferModuleFromLocation()
279 KnownHeader findModuleForHeader(const FileEntry *File,
540 ModuleMap::KnownHeader findModuleForHeader(const FileEntry *File) const;
136 if (HS.findModuleForHeader(FE)) in HandleDiagnostic()
6722 ModuleMap::KnownHeader Header = HS.findModuleForHeader(FE); in clang_getModuleForFile()
1692 Module *Mod = HS.findModuleForHeader(key.FE).getModule(); in EmitData()