/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | DependencyGraph.cpp | 51 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 D | DependencyFile.cpp | 66 OptionalFileEntryRef File, in EmbedDirective() 81 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective() 94 OptionalFileEntryRef File) override { in HasEmbed() 106 OptionalFileEntryRef File, in HasInclude()
|
H A D | PrintPreprocessedOutput.cpp | 161 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 D | ModuleDependencyCollector.cpp | 57 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
|
H A D | VerifyDiagnosticConsumer.cpp | 548 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 D | FileEntry.h | 202 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 D | FileManager.h | 105 OptionalFileEntryRef STDIN; 240 OptionalFileEntryRef getOptionalFileRef(StringRef Filename, 283 OptionalFileEntryRef getBypassFile(FileEntryRef VFE); 331 GetUniqueIDMapping(SmallVectorImpl<OptionalFileEntryRef> &UIDToFiles) const;
|
H A D | Module.h | 224 OptionalFileEntryRef ASTFile; 681 OptionalFileEntryRef getASTFile() const { in getASTFile() 686 void setASTFile(OptionalFileEntryRef File) { in setASTFile()
|
H A D | SourceManager.h | 146 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 D | PPCallbacks.cpp | 18 bool IsAngled, OptionalFileEntryRef File, in HasInclude() 25 bool IsAngled, OptionalFileEntryRef File, in HasInclude()
|
H A D | HeaderSearch.cpp | 197 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 D | PPDirectives.cpp | 881 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 D | PreprocessingRecord.cpp | 45 OptionalFileEntryRef File, in InclusionDirective() 474 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 112 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 D | PreprocessingRecord.h | 246 OptionalFileEntryRef File; 251 OptionalFileEntryRef File, SourceRange Range); 269 OptionalFileEntryRef getFile() const { return File; } in getFile() 534 OptionalFileEntryRef File, StringRef SearchPath,
|
H A D | HeaderSearch.h | 510 OptionalFileEntryRef LookupFile( 513 ArrayRef<std::pair<OptionalFileEntryRef, DirectoryEntryRef>> Includers, 526 OptionalFileEntryRef LookupSubframeworkHeader( 679 OptionalFileEntryRef lookupModuleMapFile(DirectoryEntryRef Dir, 814 OptionalFileEntryRef
|
H A D | ModuleMap.h | 339 OptionalFileEntryRef 623 OptionalFileEntryRef getContainingModuleMapFile(const Module *Module) const; 635 OptionalFileEntryRef getModuleMapFileForUniquing(const Module *M) const;
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | MacroPPCallbacks.h | 104 OptionalFileEntryRef File, StringRef SearchPath,
|
H A D | MacroPPCallbacks.cpp | 170 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
|
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/ |
H A D | APINotesManager.h | 97 OptionalFileEntryRef findAPINotesFile(DirectoryEntryRef Directory,
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | FileManager.cpp | 467 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 D | APINotesManager.cpp | 139 OptionalFileEntryRef 356 OptionalFileEntryRef File = SM.getFileEntryRefForID(ID); in findAPINotes()
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ModuleManager.h | 304 time_t ExpectedModTime, OptionalFileEntryRef &File);
|
H A D | ModuleFile.h | 107 OptionalFileEntryRef getFile() const { in getFile()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.cpp | 366 if (OptionalFileEntryRef CurrentModuleMap = in applyDiscoveredDependencies() 467 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective() 589 OptionalFileEntryRef ModuleMap = ModMapInfo.getModuleMapFileForUniquing(M); in handleTopLevelModule()
|