Lines Matching refs:FileEntryRef

146 const HeaderMap *HeaderSearch::CreateHeaderMap(FileEntryRef FE) {  in CreateHeaderMap()
493 [&](FileEntryRef File) -> OptionalFileEntryRef { in LookupFile()
820 FileEntryRef IncludeFE, bool isAngled = false, in diagnoseFrameworkInclude()
1179 StringRef Filename, FileEntryRef ContextFileEnt, in LookupSubframeworkHeader()
1314 HeaderFileInfo &HeaderSearch::getFileInfo(FileEntryRef FE) { in getFileInfo()
1337 HeaderSearch::getExistingFileInfo(FileEntryRef FE, bool WantExternal) const { in getExistingFileInfo()
1371 bool HeaderSearch::isFileMultipleIncludeGuarded(FileEntryRef File) const { in isFileMultipleIncludeGuarded()
1381 void HeaderSearch::MarkFileModuleHeader(FileEntryRef FE, in MarkFileModuleHeader()
1401 FileEntryRef File, bool isImport, in ShouldEnterIncludeFile()
1555 HeaderSearch::findModuleForHeader(FileEntryRef File, bool AllowTextual, in findModuleForHeader()
1566 HeaderSearch::findAllModulesForHeader(FileEntryRef File) const { in findAllModulesForHeader()
1576 HeaderSearch::findResolvedModulesForHeader(FileEntryRef File) const { in findResolvedModulesForHeader()
1585 static bool suggestModule(HeaderSearch &HS, FileEntryRef File, in suggestModule()
1621 FileEntryRef File, const DirectoryEntry *Root, Module *RequestingModule, in findUsableModuleForHeader()
1632 FileEntryRef File, StringRef FrameworkName, Module *RequestingModule, in findUsableModuleForFrameworkHeader()
1658 static OptionalFileEntryRef getPrivateModuleMap(FileEntryRef File, in getPrivateModuleMap()
1679 bool HeaderSearch::loadModuleMapFile(FileEntryRef File, bool IsSystem, in loadModuleMapFile()
1727 HeaderSearch::loadModuleMapFileImpl(FileEntryRef File, bool IsSystem, in loadModuleMapFileImpl()
1933 FileEntryRef File, llvm::StringRef MainFile, bool *IsAngled) const { in suggestPathToFileForDiagnostics()