Home
last modified time | relevance | path

Searched refs:getFileEntryForID (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderAnalysis.cpp75 (SM.getFileEntryForID(SM.getMainFileID()) != FE || in isSelfContainedHeader()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp227 return SrcMgr->getFileEntryForID(getFileID()); in getFileEntry()
H A DSourceManager.cpp356 if (auto *FE = getFileEntryForID(MainFileID)) in isMainFile()
2232 const FileEntry *Entry = getFileEntryForID(FileLocID); in noteSLocAddressSpaceUsage()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp89 SourceMgr.getFileEntryForID(FID) == CodeCompletionFile) { in EnterSourceFile()
498 SourceMgr.getFileEntryForID(CurPPLexer->getFileID()))) in HandleEndOfFile()
H A DPreprocessor.cpp427 SourceMgr.getFileEntryForID(SourceMgr.getMainFileID()) == File) { in SetCodeCompletionPoint()
612 return FE == SourceMgr.getFileEntryForID(PCHThroughHeaderFileID); in isPCHThroughHeader()
H A DPPMacroExpansion.cpp1625 CurFile = SourceMgr.getFileEntryForID(TheLexer->getFileID()); in ExpandBuiltinMacro()
H A DModuleMap.cpp961 assert(SourceMgr.getFileEntryForID(SourceMgr.getMainFileID()) && in createModuleForImplementationUnit()
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp90 SourceBuffer->getBuffer(), SM.getFileEntryForID(SourceFileID), OS, in loadAPINotes()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp934 const FileEntry *DiagFile = SM.getFileEntryForID(SM.getFileID(DiagnosticLoc)); in IsFromSameFile()
938 return (DiagFile == SM.getFileEntryForID(SM.getFileID(DirectiveLoc))); in IsFromSameFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp50 return SM.getFileEntryForID(FileIdAndOffset.first) != nullptr; in IsValidEditLoc()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1066 const FileEntry *getFileEntryForID(FileID FID) const { in getFileEntryForID() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1136 Loc = SM.translateFileLineCol(SM.getFileEntryForID(SM.getMainFileID()), in loadModule()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5743 SourceMgr.getFileEntryForID(SourceMgr.getFileID(UseLoc))) in diagnoseMissingImport()
H A DSemaDecl.cpp4834 auto *FNew = SrcMgr.getFileEntryForID(FNewDecLoc.first); in notePreviousDefinition()