Lines Matching refs:HeaderInfo
664 return HeaderInfo.getModuleMap() in getModuleForLocation()
674 : HeaderInfo.lookupModule(getLangOpts().CurrentModule); in getModuleForLocation()
678 return HeaderInfo.getModuleMap().inferModuleFromLocation( in getModuleContainingLocation()
708 for (auto Header : HeaderInfo.getModuleMap().findAllModulesForHeader(FE)) { in getModuleHeaderToIncludeForDiagnostics()
804 while (const FileEntry *FE = HeaderInfo.LookupFile( in LookupFile()
821 const FileEntry *FE = HeaderInfo.LookupFile( in LookupFile()
827 HeaderInfo.getModuleMap().diagnoseHeaderInclusion( in LookupFile()
839 if ((FE = HeaderInfo.LookupSubframeworkHeader(Filename, CurFileEnt, in LookupFile()
844 HeaderInfo.getModuleMap().diagnoseHeaderInclusion( in LookupFile()
856 if ((FE = HeaderInfo.LookupSubframeworkHeader( in LookupFile()
860 HeaderInfo.getModuleMap().diagnoseHeaderInclusion( in LookupFile()
1762 if (HeaderInfo.HasIncludeAliasMap()) { in HandleIncludeDirective()
1766 StringRef NewName = HeaderInfo.MapHeaderToIncludeAlias(OriginalFilename); in HandleIncludeDirective()
1800 HeaderInfo.AddSearchPath(DL, isAngled); in HandleIncludeDirective()
1943 std::max(HeaderInfo.getFileDirFlavor(File), in HandleIncludeDirective()
1985 !HeaderInfo.ShouldEnterIncludeFile(*this, File, isImport, in HandleIncludeDirective()