Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderAnalysis.cpp75 (SM.getFileEntryForID(SM.getMainFileID()) != FE || in isSelfContainedHeader()
/src/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp159 if (const auto *FE = SM.getFileEntryForID(SM.getMainFileID())) in ParseAST()
/src/contrib/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp227 return SrcMgr->getFileEntryForID(getFileID()); in getFileEntry()
H A DSourceManager.cpp364 if (auto *FE = getFileEntryForID(MainFileID)) in isMainFile()
2271 const FileEntry *Entry = getFileEntryForID(FileLocID); in noteSLocAddressSpaceUsage()
/src/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp89 SourceMgr.getFileEntryForID(FID) == CodeCompletionFile) { in EnterSourceFile()
497 SourceMgr.getFileEntryForID(CurPPLexer->getFileID()))) in HandleEndOfFile()
H A DPreprocessor.cpp431 SourceMgr.getFileEntryForID(SourceMgr.getMainFileID()) == File) { in SetCodeCompletionPoint()
616 return FE == SourceMgr.getFileEntryForID(PCHThroughHeaderFileID); in isPCHThroughHeader()
H A DPPMacroExpansion.cpp1762 CurFile = SourceMgr.getFileEntryForID(TheLexer->getFileID()); in ExpandBuiltinMacro()
H A DModuleMap.cpp960 assert(SourceMgr.getFileEntryForID(SourceMgr.getMainFileID()) && in createModuleForImplementationUnit()
/src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp91 SourceBuffer->getBuffer(), SM.getFileEntryForID(SourceFileID), OS, in loadAPINotes()
/src/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp939 const FileEntry *DiagFile = SM.getFileEntryForID(SM.getFileID(DiagnosticLoc)); in IsFromSameFile()
943 return (DiagFile == SM.getFileEntryForID(SM.getFileID(DirectiveLoc))); in IsFromSameFile()
/src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp50 return SM.getFileEntryForID(FileIdAndOffset.first) != nullptr; in IsValidEditLoc()
/src/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp116 const FileEntry *FE = SrcMgr.getFileEntryForID(ID); in getAccessForDecl()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1127 Loc = SM.translateFileLineCol(SM.getFileEntryForID(SM.getMainFileID()), in loadModule()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1070 const FileEntry *getFileEntryForID(FileID FID) const { in getFileEntryForID() function
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5609 SourceMgr.getFileEntryForID(SourceMgr.getFileID(UseLoc))) in diagnoseMissingImport()
H A DSemaDecl.cpp4702 auto *FNew = SrcMgr.getFileEntryForID(FNewDecLoc.first); in notePreviousDefinition()