Home
last modified time | relevance | path

Searched refs:OptionalFileEntryRef (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp51 OptionalFileEntryRef File, StringRef SearchPath,
57 OptionalFileEntryRef File,
75 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
82 OptionalFileEntryRef FromFile = in InclusionDirective()
94 bool, OptionalFileEntryRef File, in EmbedDirective()
100 OptionalFileEntryRef FromFile = in EmbedDirective()
H A DDependencyFile.cpp66 OptionalFileEntryRef File, in EmbedDirective()
81 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
94 OptionalFileEntryRef File) override { in HasEmbed()
106 OptionalFileEntryRef File, in HasInclude()
H A DPrintPreprocessedOutput.cpp161 OptionalFileEntryRef File,
166 OptionalFileEntryRef File, StringRef SearchPath,
418 OptionalFileEntryRef File, const LexEmbedParametersResult &Params) { in EmbedDirective()
486 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
H A DModuleDependencyCollector.cpp57 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
H A DVerifyDiagnosticConsumer.cpp548 OptionalFileEntryRef File = in ParseDirective()
882 if (OptionalFileEntryRef File = in PrintUnexpected()
1044 OptionalFileEntryRef FE = SM.getFileEntryRefForID(FID); in UpdateParsedFileStatus()
1090 OptionalFileEntryRef FE = Status.getFile(); in CheckDiagnostics()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFileEntry.h202 using OptionalFileEntryRef = CustomizableOptional<FileEntryRef>;
227 static_assert(sizeof(OptionalFileEntryRef) == sizeof(FileEntryRef),
230 static_assert(std::is_trivially_copyable<OptionalFileEntryRef>::value,
282 inline bool operator==(const FileEntry *LHS, const OptionalFileEntryRef &RHS) {
285 inline bool operator==(const OptionalFileEntryRef &LHS, const FileEntry *RHS) {
288 inline bool operator!=(const FileEntry *LHS, const OptionalFileEntryRef &RHS) {
291 inline bool operator!=(const OptionalFileEntryRef &LHS, const FileEntry *RHS) {
H A DFileManager.h105 OptionalFileEntryRef STDIN;
240 OptionalFileEntryRef getOptionalFileRef(StringRef Filename,
283 OptionalFileEntryRef getBypassFile(FileEntryRef VFE);
331 GetUniqueIDMapping(SmallVectorImpl<OptionalFileEntryRef> &UIDToFiles) const;
H A DModule.h224 OptionalFileEntryRef ASTFile;
681 OptionalFileEntryRef getASTFile() const { in getASTFile()
686 void setASTFile(OptionalFileEntryRef File) { in setASTFile()
H A DSourceManager.h146 OptionalFileEntryRef OrigEntry;
152 OptionalFileEntryRef ContentsEntry;
1031 OptionalFileEntryRef bypassFileContentsOverride(FileEntryRef File);
1077 OptionalFileEntryRef getFileEntryRefForID(FileID FID) const { in getFileEntryRefForID()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPCallbacks.cpp18 bool IsAngled, OptionalFileEntryRef File, in HasInclude()
25 bool IsAngled, OptionalFileEntryRef File, in HasInclude()
H A DHeaderSearch.cpp197 OptionalFileEntryRef ModuleMap = in getCachedModuleFileName()
238 OptionalFileEntryRef ModuleMap = in getPrebuiltImplicitModuleFileName()
439 OptionalFileEntryRef HeaderSearch::getFileAndSuggestModule( in getFileAndSuggestModule()
471 OptionalFileEntryRef DirectoryLookup::LookupFile( in LookupFile()
517 [&](FileEntryRef File) -> OptionalFileEntryRef { in LookupFile()
616 OptionalFileEntryRef DirectoryLookup::DoFrameworkLookup( in DoFrameworkLookup()
782 OptionalFileEntryRef MSFE, in checkMSVCHeaderSearch()
885 OptionalFileEntryRef HeaderSearch::LookupFile( in LookupFile()
888 ArrayRef<std::pair<OptionalFileEntryRef, DirectoryEntryRef>> Includers, in LookupFile() argument
928 OptionalFileEntryRef MSFE; in LookupFile()
[all …]
H A DPPDirectives.cpp881 OptionalFileEntryRef
952 OptionalFileEntryRef Preprocessor::LookupFile( in LookupFile()
967 SmallVector<std::pair<OptionalFileEntryRef, DirectoryEntryRef>, 16> Includers; in LookupFile()
971 OptionalFileEntryRef FileEnt = SourceMgr.getFileEntryRefForID(FID); in LookupFile()
1022 while (OptionalFileEntryRef FE = HeaderInfo.LookupFile( in LookupFile()
1040 OptionalFileEntryRef FE = HeaderInfo.LookupFile( in LookupFile()
1047 OptionalFileEntryRef CurFileEnt; in LookupFile()
1053 if (OptionalFileEntryRef FE = HeaderInfo.LookupSubframeworkHeader( in LookupFile()
1064 if (OptionalFileEntryRef FE = HeaderInfo.LookupSubframeworkHeader( in LookupFile()
1077 OptionalFileEntryRef
[all …]
H A DPreprocessingRecord.cpp45 OptionalFileEntryRef File, in InclusionDirective()
474 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h112 bool IsAngled, OptionalFileEntryRef File, in EmbedDirective()
171 OptionalFileEntryRef File, in InclusionDirective()
367 OptionalFileEntryRef File) {} in HasEmbed()
372 OptionalFileEntryRef File,
509 OptionalFileEntryRef File, in EmbedDirective()
526 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
617 OptionalFileEntryRef File) override { in HasEmbed()
623 OptionalFileEntryRef File,
H A DPreprocessingRecord.h246 OptionalFileEntryRef File;
251 OptionalFileEntryRef File, SourceRange Range);
269 OptionalFileEntryRef getFile() const { return File; } in getFile()
534 OptionalFileEntryRef File, StringRef SearchPath,
H A DHeaderSearch.h510 OptionalFileEntryRef LookupFile(
513 ArrayRef<std::pair<OptionalFileEntryRef, DirectoryEntryRef>> Includers,
526 OptionalFileEntryRef LookupSubframeworkHeader(
679 OptionalFileEntryRef lookupModuleMapFile(DirectoryEntryRef Dir,
814 OptionalFileEntryRef
H A DModuleMap.h339 OptionalFileEntryRef
623 OptionalFileEntryRef getContainingModuleMapFile(const Module *Module) const;
635 OptionalFileEntryRef getModuleMapFileForUniquing(const Module *M) const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.h104 OptionalFileEntryRef File, StringRef SearchPath,
H A DMacroPPCallbacks.cpp170 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesManager.h97 OptionalFileEntryRef findAPINotesFile(DirectoryEntryRef Directory,
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp467 OptionalFileEntryRef FileManager::getBypassFile(FileEntryRef VF) { in getBypassFile()
613 SmallVectorImpl<OptionalFileEntryRef> &UIDToFiles) const { in GetUniqueIDMapping()
624 OptionalFileEntryRef &ExistingFE = UIDToFiles[FE.getUID()]; in GetUniqueIDMapping()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp139 OptionalFileEntryRef
356 OptionalFileEntryRef File = SM.getFileEntryRefForID(ID); in findAPINotes()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h304 time_t ExpectedModTime, OptionalFileEntryRef &File);
H A DModuleFile.h107 OptionalFileEntryRef getFile() const { in getFile()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp366 if (OptionalFileEntryRef CurrentModuleMap = in applyDiscoveredDependencies()
467 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
589 OptionalFileEntryRef ModuleMap = ModMapInfo.getModuleMapFileForUniquing(M); in handleTopLevelModule()

123