Home
last modified time | relevance | path

Searched refs:OptionalFileEntryRef (Results 1 – 25 of 70) 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 DHeaderIncludeGen.cpp144 OptionalFileEntryRef File, StringRef SearchPath,
312 OptionalFileEntryRef FE = SM.getFileEntryRefForID(SM.getMainFileID()); in EndOfMainFile()
417 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
426 OptionalFileEntryRef FromFile = SM.getFileEntryRefForID(SM.getFileID(Loc)); in InclusionDirective()
442 OptionalFileEntryRef FromFile = SM.getFileEntryRefForID(SM.getFileID(Loc)); in moduleImport()
446 OptionalFileEntryRef ModuleMapFile = in moduleImport()
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 DLogDiagnosticPrinter.cpp118 if (OptionalFileEntryRef FE = SM.getFileEntryRefForID(FID)) in HandleDiagnostic()
148 if (OptionalFileEntryRef FE = SM.getFileEntryRefForID(FID)) in HandleDiagnostic()
H A DPrintPreprocessedOutput.cpp160 OptionalFileEntryRef File,
165 OptionalFileEntryRef File, StringRef SearchPath,
417 OptionalFileEntryRef File, const LexEmbedParametersResult &Params) { in EmbedDirective()
485 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFileEntry.h208 using OptionalFileEntryRef = CustomizableOptional<FileEntryRef>;
233 static_assert(sizeof(OptionalFileEntryRef) == sizeof(FileEntryRef),
236 static_assert(std::is_trivially_copyable<OptionalFileEntryRef>::value,
288 inline bool operator==(const FileEntry *LHS, const OptionalFileEntryRef &RHS) {
291 inline bool operator==(const OptionalFileEntryRef &LHS, const FileEntry *RHS) {
294 inline bool operator!=(const FileEntry *LHS, const OptionalFileEntryRef &RHS) {
297 inline bool operator!=(const OptionalFileEntryRef &LHS, const FileEntry *RHS) {
H A DFileManager.h105 OptionalFileEntryRef STDIN;
208 OptionalFileEntryRef getOptionalFileRef(StringRef Filename,
253 OptionalFileEntryRef getBypassFile(FileEntryRef VFE);
306 GetUniqueIDMapping(SmallVectorImpl<OptionalFileEntryRef> &UIDToFiles) const;
H A DModule.h263 OptionalFileEntryRef ASTFile;
737 OptionalFileEntryRef getASTFile() const { in getASTFile()
742 void setASTFile(OptionalFileEntryRef File) { in setASTFile()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPCallbacks.cpp17 bool IsAngled, OptionalFileEntryRef File, in HasInclude()
24 bool IsAngled, OptionalFileEntryRef File, in HasInclude()
H A DHeaderSearch.cpp201 OptionalFileEntryRef ModuleMap = in getCachedModuleFileName()
242 OptionalFileEntryRef ModuleMap = in getPrebuiltImplicitModuleFileName()
444 OptionalFileEntryRef HeaderSearch::getFileAndSuggestModule( in getFileAndSuggestModule()
476 OptionalFileEntryRef DirectoryLookup::LookupFile( in LookupFile()
522 [&](FileEntryRef File) -> OptionalFileEntryRef { in LookupFile()
621 OptionalFileEntryRef DirectoryLookup::DoFrameworkLookup( in DoFrameworkLookup()
787 OptionalFileEntryRef MSFE, in checkMSVCHeaderSearch()
890 OptionalFileEntryRef HeaderSearch::LookupFile( in LookupFile()
893 ArrayRef<std::pair<OptionalFileEntryRef, DirectoryEntryRef>> Includers, in LookupFile() argument
933 OptionalFileEntryRef MSFE; in LookupFile()
[all …]
H A DPreprocessorLexer.cpp49 OptionalFileEntryRef PreprocessorLexer::getFileEntry() const { in getFileEntry()
H A DPPDirectives.cpp907 OptionalFileEntryRef
978 OptionalFileEntryRef Preprocessor::LookupFile( in LookupFile()
993 SmallVector<std::pair<OptionalFileEntryRef, DirectoryEntryRef>, 16> Includers; in LookupFile()
997 OptionalFileEntryRef FileEnt = SourceMgr.getFileEntryRefForID(FID); in LookupFile()
1048 while (OptionalFileEntryRef FE = HeaderInfo.LookupFile( in LookupFile()
1066 OptionalFileEntryRef FE = HeaderInfo.LookupFile( in LookupFile()
1073 OptionalFileEntryRef CurFileEnt; in LookupFile()
1079 if (OptionalFileEntryRef FE = HeaderInfo.LookupSubframeworkHeader( in LookupFile()
1090 if (OptionalFileEntryRef FE = HeaderInfo.LookupSubframeworkHeader( in LookupFile()
1103 OptionalFileEntryRef
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h141 OptionalFileEntryRef File;
145 UnparsedFileStatus(OptionalFileEntryRef File, bool FoundDirectives) in UnparsedFileStatus()
148 OptionalFileEntryRef getFile() const { return File; } in getFile()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h113 bool IsAngled, OptionalFileEntryRef File, in EmbedDirective()
172 OptionalFileEntryRef File, in InclusionDirective()
368 OptionalFileEntryRef File) {} in HasEmbed()
373 OptionalFileEntryRef File,
510 OptionalFileEntryRef File, in EmbedDirective()
527 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
618 OptionalFileEntryRef File) override { in HasEmbed()
624 OptionalFileEntryRef File,
H A DHeaderSearch.h336 OptionalFileEntryRef ModuleMapFile;
507 OptionalFileEntryRef LookupFile(
510 ArrayRef<std::pair<OptionalFileEntryRef, DirectoryEntryRef>> Includers,
523 OptionalFileEntryRef LookupSubframeworkHeader(
676 OptionalFileEntryRef lookupModuleMapFile(DirectoryEntryRef Dir,
812 OptionalFileEntryRef
H A DDirectoryLookup.h177 OptionalFileEntryRef
187 OptionalFileEntryRef DoFrameworkLookup(
H A DNoTrivialPPDirectiveTracer.h106 OptionalFileEntryRef File, in EmbedDirective()
157 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
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 DModuleMap.h328 OptionalFileEntryRef
627 OptionalFileEntryRef getContainingModuleMapFile(const Module *Module) const;
639 OptionalFileEntryRef getModuleMapFileForUniquing(const Module *M) const;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp54 if (OptionalFileEntryRef File = Mod->getASTFile()) in lookupByModuleName()
110 OptionalFileEntryRef Entry; in addModule()
439 OptionalFileEntryRef &File) { in lookupModuleFile()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.h104 OptionalFileEntryRef File, StringRef SearchPath,
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesManager.h104 OptionalFileEntryRef findAPINotesFile(DirectoryEntryRef Directory,
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DHTMLPrint.cpp66 OptionalFileEntryRef Entry = R.getSourceMgr().getFileEntryRefForID(FID); in HandleTranslationUnit()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp453 OptionalFileEntryRef FileManager::getBypassFile(FileEntryRef VF) { in getBypassFile()
601 SmallVectorImpl<OptionalFileEntryRef> &UIDToFiles) const { in GetUniqueIDMapping()
612 OptionalFileEntryRef &ExistingFE = UIDToFiles[FE.getUID()]; in GetUniqueIDMapping()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp138 OptionalFileEntryRef
355 OptionalFileEntryRef File = SM.getFileEntryRefForID(ID); in findAPINotes()

123