Searched refs:getFileEntryForID (Results 1 - 25 of 36) sorted by relevance

12

/external/clang/lib/Lex/
H A DPreprocessorLexer.cpp57 return PP->getSourceManager().getFileEntryForID(getFileID());
H A DPPLexerChange.cpp98 SourceMgr.getFileEntryForID(FID) == CodeCompletionFile) {
285 SourceMgr.getFileEntryForID(CurPPLexer->getFileID())) {
H A DPPDirectives.cpp550 if (const FileEntry *EntryOfIncl = SourceMgr.getFileEntryForID(IDOfIncl)) {
575 const FileEntry *FileEnt = SourceMgr.getFileEntryForID(FID);
584 FileEnt = SourceMgr.getFileEntryForID(SourceMgr.getMainFileID());
596 if ((FileEnt = SourceMgr.getFileEntryForID(
620 if ((CurFileEnt = SourceMgr.getFileEntryForID(CurPPLexer->getFileID()))) {
636 SourceMgr.getFileEntryForID(ISEntry.ThePPLexer->getFileID()))) {
H A DPTHLexer.cpp606 const FileEntry *FE = PP->getSourceManager().getFileEntryForID(FID);
/external/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp120 const FileEntry *FE = SM.getFileEntryForID(FID);
147 const FileEntry *FE = SM.getFileEntryForID(FID);
H A DDependencyGraph.cpp81 = SM.getFileEntryForID(SM.getFileID(SM.getExpansionLoc(HashLoc)));
H A DDependencyFile.cpp48 SM.getFileEntryForID(SM.getFileID(SM.getExpansionLoc(Loc)));
242 SM.getFileEntryForID(SM.getFileID(SM.getExpansionLoc(Loc)));
H A DVerifyDiagnosticConsumer.cpp134 const FileEntry *FE = SrcManager->getFileEntryForID(FID);
632 if (const FileEntry *File = SourceMgr->getFileEntryForID(
682 const FileEntry *DiagFile = SM.getFileEntryForID(SM.getFileID(DiagnosticLoc));
686 return (DiagFile == SM.getFileEntryForID(SM.getFileID(DirectiveLoc)));
779 const FileEntry *FE = SM.getFileEntryForID(FID);
H A DCacheTokens.cpp566 const FileEntry *MainFile = SrcMgr.getFileEntryForID(SrcMgr.getMainFileID());
H A DDiagnosticRenderer.cpp52 if (!SM.getFileEntryForID(SM.getFileID(SM.getSpellingLoc(Loc))))
/external/clang/lib/Rewrite/Frontend/
H A DHTMLPrint.cpp67 const FileEntry* Entry = R.getSourceMgr().getFileEntryForID(FID);
H A DFixItRewriter.cpp86 const FileEntry *Entry = Rewrite.getSourceMgr().getFileEntryForID(I->first);
/external/clang/lib/ARCMigrate/
H A DPlistReporter.cpp76 EmitString(o << " ", SM.getFileEntryForID(FID)->getName()) << '\n';
H A DARCMT.cpp592 const FileEntry *file = Ctx.getSourceManager().getFileEntryForID(FID);
/external/clang/unittests/Tooling/
H A DRewriterTestContext.h82 Sources.getFileEntryForID(ID), Line, Column);
/external/clang/tools/libclang/
H A DCXSourceLocation.cpp345 *file = const_cast<FileEntry *>(SM.getFileEntryForID(FID));
382 *file = const_cast<FileEntry *>(SM.getFileEntryForID(FID));
H A DCIndexHigh.cpp294 if (SM.getFileEntryForID(LocInfo.first) != data->File)
366 if (SM.getFileEntryForID(LocInfo.first) != File)
H A DIndexingContext.cpp718 return SM.getFileEntryForID(FID) == nullptr;
801 const FileEntry *FE = SM.getFileEntryForID(FID);
901 const FileEntry *FE = SM.getFileEntryForID(FID);
H A DIndexing.cpp266 IndexCtx.enteredMainFile(SM.getFileEntryForID(SM.getMainFileID()));
374 const FileEntry *FE = SM.getFileEntryForID(FID);
/external/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp361 EmitString(o << " ", SM->getFileEntryForID(FID)->getName()) << '\n';
/external/clang/lib/Tooling/
H A DRefactoring.cpp108 const FileEntry *Entry = Sources.getFileEntryForID(DecomposedLocation.first);
/external/clang/include/clang/Basic/
H A DSourceManager.h903 const FileEntry *getFileEntryForID(FileID FID) const { function in class:clang::SourceManager
976 if (const FileEntry *F = getFileEntryForID(getFileID(SpellingLoc)))
/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp389 SM.getFileEntryForID(SM.getMainFileID())->getName()));
H A DCodeGenAction.cpp658 Loc = SM.translateFileLineCol(SM.getFileEntryForID(FID),
/external/clang/lib/Index/
H A DUSRGeneration.cpp34 const FileEntry *FE = SM.getFileEntryForID(Decomposed.first);

Completed in 3577 milliseconds

12