Lines Matching refs:HeaderInfo
589 return HeaderInfo.getModuleMap() in getModuleForLocation()
599 : HeaderInfo.lookupModule(getLangOpts().CurrentModule); in getModuleForLocation()
628 for (auto Header : HeaderInfo.getModuleMap().findAllModulesForHeader(FE)) { in getModuleHeaderToIncludeForDiagnostics()
718 while (const FileEntry *FE = HeaderInfo.LookupFile( in LookupFile()
735 const FileEntry *FE = HeaderInfo.LookupFile( in LookupFile()
741 HeaderInfo.getModuleMap().diagnoseHeaderInclusion( in LookupFile()
753 if ((FE = HeaderInfo.LookupSubframeworkHeader(Filename, CurFileEnt, in LookupFile()
758 HeaderInfo.getModuleMap().diagnoseHeaderInclusion( in LookupFile()
769 if ((FE = HeaderInfo.LookupSubframeworkHeader( in LookupFile()
773 HeaderInfo.getModuleMap().diagnoseHeaderInclusion( in LookupFile()
1732 if (HeaderInfo.HasIncludeAliasMap()) { in HandleIncludeDirective()
1736 StringRef NewName = HeaderInfo.MapHeaderToIncludeAlias(OriginalFilename); in HandleIncludeDirective()
1771 HeaderInfo.AddSearchPath(DL, isAngled); in HandleIncludeDirective()
1871 HeaderInfo.getFileInfo(File).NumIncludes) in HandleIncludeDirective()
1948 FileCharacter = std::max(HeaderInfo.getFileDirFlavor(File), FileCharacter); in HandleIncludeDirective()
1954 !HeaderInfo.ShouldEnterIncludeFile(*this, File, isImport, in HandleIncludeDirective()