| /freebsd-14.2/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) { 327 OptionalFileEntryRef LastRef;
|
| H A D | FileManager.h | 105 OptionalFileEntryRef STDIN; 234 OptionalFileEntryRef getOptionalFileRef(StringRef Filename, 273 OptionalFileEntryRef getBypassFile(FileEntryRef VFE); 316 GetUniqueIDMapping(SmallVectorImpl<OptionalFileEntryRef> &UIDToFiles) const;
|
| H A D | SourceMgrAdapter.h | 41 OptionalFileEntryRef DefaultFile; 57 OptionalFileEntryRef DefaultFile = std::nullopt);
|
| H A D | Module.h | 224 OptionalFileEntryRef ASTFile; 675 OptionalFileEntryRef getASTFile() const { in getASTFile() 680 void setASTFile(OptionalFileEntryRef File) { in setASTFile()
|
| /freebsd-14.2/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 | 173 OptionalFileEntryRef ModuleMap = in getCachedModuleFileName() 214 OptionalFileEntryRef ModuleMap = in getPrebuiltImplicitModuleFileName() 447 OptionalFileEntryRef DirectoryLookup::LookupFile( in LookupFile() 493 [&](FileEntryRef File) -> OptionalFileEntryRef { in LookupFile() 861 OptionalFileEntryRef HeaderSearch::LookupFile( in LookupFile() 904 OptionalFileEntryRef MSFE; in LookupFile() 1049 OptionalFileEntryRef File = It->LookupFile( in LookupFile() 1142 OptionalFileEntryRef File = LookupFile( in LookupFile() 1742 if (OptionalFileEntryRef PMMFile = in loadModuleMapFileImpl() 1754 OptionalFileEntryRef [all …]
|
| H A D | PreprocessorLexer.cpp | 50 OptionalFileEntryRef PreprocessorLexer::getFileEntry() const { in getFileEntry()
|
| H A D | PPDirectives.cpp | 880 OptionalFileEntryRef 951 OptionalFileEntryRef Preprocessor::LookupFile( in LookupFile() 970 OptionalFileEntryRef FileEnt = SourceMgr.getFileEntryRefForID(FID); in LookupFile() 1021 while (OptionalFileEntryRef FE = HeaderInfo.LookupFile( in LookupFile() 1039 OptionalFileEntryRef FE = HeaderInfo.LookupFile( in LookupFile() 1046 OptionalFileEntryRef CurFileEnt; in LookupFile() 2017 OptionalFileEntryRef Preprocessor::LookupHeaderIncludeOrImport( in LookupHeaderIncludeOrImport() 2039 OptionalFileEntryRef File = LookupFile( in LookupHeaderIncludeOrImport() 2059 OptionalFileEntryRef File = LookupFile( in LookupHeaderIncludeOrImport() 2090 OptionalFileEntryRef File = LookupFile( in LookupHeaderIncludeOrImport() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | ModuleMap.h | 267 OptionalFileEntryRef ModuleMapFile; 283 llvm::DenseMap<const Module *, OptionalFileEntryRef> InferredModuleAllowedBy; 340 OptionalFileEntryRef 623 OptionalFileEntryRef getContainingModuleMapFile(const Module *Module) const; 634 OptionalFileEntryRef getModuleMapFileForUniquing(const Module *M) const; 636 void setInferredModuleAllowedBy(Module *M, OptionalFileEntryRef ModMap);
|
| H A D | DirectoryLookup.h | 187 OptionalFileEntryRef 197 OptionalFileEntryRef DoFrameworkLookup(
|
| 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 | 493 OptionalFileEntryRef LookupFile( 496 ArrayRef<std::pair<OptionalFileEntryRef, DirectoryEntryRef>> Includers, 509 OptionalFileEntryRef LookupSubframeworkHeader( 651 OptionalFileEntryRef lookupModuleMapFile(DirectoryEntryRef Dir, 786 OptionalFileEntryRef
|
| H A D | PPCallbacks.h | 140 OptionalFileEntryRef File, in InclusionDirective() 336 OptionalFileEntryRef File, 475 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective() 565 OptionalFileEntryRef File,
|
| H A D | PreprocessorLexer.h | 160 OptionalFileEntryRef getFileEntry() const;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | DependencyGraph.cpp | 51 OptionalFileEntryRef File, StringRef SearchPath, 70 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective() 77 OptionalFileEntryRef FromFile = in InclusionDirective()
|
| H A D | LogDiagnosticPrinter.cpp | 121 if (OptionalFileEntryRef FE = SM.getFileEntryRefForID(FID)) in HandleDiagnostic() 150 if (OptionalFileEntryRef FE = SM.getFileEntryRefForID(FID)) in HandleDiagnostic()
|
| H A D | DependencyFile.cpp | 68 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective() 80 OptionalFileEntryRef File, in HasInclude()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | VerifyDiagnosticConsumer.h | 133 OptionalFileEntryRef File; 137 UnparsedFileStatus(OptionalFileEntryRef File, bool FoundDirectives) in UnparsedFileStatus() 140 OptionalFileEntryRef getFile() const { return File; } in getFile()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | FileRemapper.cpp | 225 OptionalFileEntryRef File = getOriginalFile(filePath); in remap() 246 OptionalFileEntryRef FileRemapper::getOriginalFile(StringRef filePath) { in getOriginalFile() 247 OptionalFileEntryRef File = FileMgr->getOptionalFileRef(filePath); in getOriginalFile()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 55 if (OptionalFileEntryRef File = Mod->getASTFile()) in lookupByModuleName() 111 OptionalFileEntryRef Entry; in addModule() 436 OptionalFileEntryRef &File) { in lookupModuleFile()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | MacroPPCallbacks.h | 104 OptionalFileEntryRef File, StringRef SearchPath,
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ARCMigrate/ |
| H A D | FileRemapper.h | 72 OptionalFileEntryRef getOriginalFile(StringRef filePath);
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/APINotes/ |
| H A D | APINotesManager.h | 97 OptionalFileEntryRef findAPINotesFile(DirectoryEntryRef Directory,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | HTMLPrint.cpp | 65 OptionalFileEntryRef Entry = R.getSourceMgr().getFileEntryRefForID(FID); in HandleTranslationUnit()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceMgrAdapter.cpp | 28 OptionalFileEntryRef DefaultFile) in SourceMgrAdapter()
|