Searched refs:findModuleForHeader (Results 1 – 9 of 9) sorted by relevance
246 *SuggestedModule = HS.findModuleForHeader(File); in getFileAndSuggestModule()252 *SuggestedModule = HS.findModuleForHeader(File); in getFileAndSuggestModule()520 *SuggestedModule = HS.findModuleForHeader(FE); in DoFrameworkLookup()523 *SuggestedModule = HS.findModuleForHeader(FE); in DoFrameworkLookup()933 *SuggestedModule = findModuleForHeader(FE); in LookupSubframeworkHeader()1136 HeaderSearch::findModuleForHeader(const FileEntry *File) const { in findModuleForHeader() function in HeaderSearch1142 return ModMap.findModuleForHeader(File); in findModuleForHeader()
503 if (!ModMap.findModuleForHeader(File) && in HandleEndOfFile()
552 return ModMap.findModuleForHeader(EntryOfIncl).getModule(); in getModuleForLocation()1688 HeaderInfo.getModuleMap().findModuleForHeader(File, RequestingModule); in HandleIncludeDirective()
317 ModuleMap::findModuleForHeader(const FileEntry *File, in findModuleForHeader() function in ModuleMap880 if (Module *Mod = findModuleForHeader(ExpansionFile).getModule()) in inferModuleFromLocation()
247 KnownHeader findModuleForHeader(const FileEntry *File,
538 ModuleMap::KnownHeader findModuleForHeader(const FileEntry *File) const;
139 if (HS.findModuleForHeader(FE)) in HandleDiagnostic()
1559 Module *Mod = HS.findModuleForHeader(key.FE).getModule(); in EmitData()
6427 ModuleMap::KnownHeader Header = HS.findModuleForHeader(FE); in clang_getModuleForFile()