Home
last modified time | relevance | path

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

123

/freebsd-14.2/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) {
327 OptionalFileEntryRef LastRef;
H A DFileManager.h105 OptionalFileEntryRef STDIN;
234 OptionalFileEntryRef getOptionalFileRef(StringRef Filename,
273 OptionalFileEntryRef getBypassFile(FileEntryRef VFE);
316 GetUniqueIDMapping(SmallVectorImpl<OptionalFileEntryRef> &UIDToFiles) const;
H A DSourceMgrAdapter.h41 OptionalFileEntryRef DefaultFile;
57 OptionalFileEntryRef DefaultFile = std::nullopt);
H A DModule.h224 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 DPPCallbacks.cpp18 bool IsAngled, OptionalFileEntryRef File, in HasInclude()
25 bool IsAngled, OptionalFileEntryRef File, in HasInclude()
H A DHeaderSearch.cpp173 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 DPreprocessorLexer.cpp50 OptionalFileEntryRef PreprocessorLexer::getFileEntry() const { in getFileEntry()
H A DPPDirectives.cpp880 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 DModuleMap.h267 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 DDirectoryLookup.h187 OptionalFileEntryRef
197 OptionalFileEntryRef DoFrameworkLookup(
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.h493 OptionalFileEntryRef LookupFile(
496 ArrayRef<std::pair<OptionalFileEntryRef, DirectoryEntryRef>> Includers,
509 OptionalFileEntryRef LookupSubframeworkHeader(
651 OptionalFileEntryRef lookupModuleMapFile(DirectoryEntryRef Dir,
786 OptionalFileEntryRef
H A DPPCallbacks.h140 OptionalFileEntryRef File, in InclusionDirective()
336 OptionalFileEntryRef File,
475 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
565 OptionalFileEntryRef File,
H A DPreprocessorLexer.h160 OptionalFileEntryRef getFileEntry() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp51 OptionalFileEntryRef File, StringRef SearchPath,
70 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
77 OptionalFileEntryRef FromFile = in InclusionDirective()
H A DLogDiagnosticPrinter.cpp121 if (OptionalFileEntryRef FE = SM.getFileEntryRefForID(FID)) in HandleDiagnostic()
150 if (OptionalFileEntryRef FE = SM.getFileEntryRefForID(FID)) in HandleDiagnostic()
H A DDependencyFile.cpp68 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
80 OptionalFileEntryRef File, in HasInclude()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h133 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 DFileRemapper.cpp225 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 DModuleManager.cpp55 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 DMacroPPCallbacks.h104 OptionalFileEntryRef File, StringRef SearchPath,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ARCMigrate/
H A DFileRemapper.h72 OptionalFileEntryRef getOriginalFile(StringRef filePath);
/freebsd-14.2/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesManager.h97 OptionalFileEntryRef findAPINotesFile(DirectoryEntryRef Directory,
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DHTMLPrint.cpp65 OptionalFileEntryRef Entry = R.getSourceMgr().getFileEntryRefForID(FID); in HandleTranslationUnit()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceMgrAdapter.cpp28 OptionalFileEntryRef DefaultFile) in SourceMgrAdapter()

123