| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | LogDiagnosticPrinter.cpp | 122 const FileEntry *FE = SM.getFileEntryForID(FID); in HandleDiagnostic() 151 const FileEntry *FE = SM.getFileEntryForID(FID); in HandleDiagnostic()
|
| H A D | VerifyDiagnosticConsumer.cpp | 131 const FileEntry *FE = SrcManager->getFileEntryForID(FID); in HandleDiagnostic() 629 if (const FileEntry *File = SourceMgr->getFileEntryForID( in PrintUnexpected() 680 const FileEntry *DiagFile = SM.getFileEntryForID(SM.getFileID(DiagnosticLoc)); in IsFromSameFile() 684 return (DiagFile == SM.getFileEntryForID(SM.getFileID(DirectiveLoc))); in IsFromSameFile() 777 const FileEntry *FE = SM.getFileEntryForID(FID); in UpdateParsedFileStatus()
|
| H A D | DependencyGraph.cpp | 82 = SM.getFileEntryForID(SM.getFileID(SM.getExpansionLoc(HashLoc))); in InclusionDirective()
|
| H A D | DependencyFile.cpp | 49 SM.getFileEntryForID(SM.getFileID(SM.getExpansionLoc(Loc))); in FileChanged() 252 SM.getFileEntryForID(SM.getFileID(SM.getExpansionLoc(Loc))); in FileChanged()
|
| H A D | DiagnosticRenderer.cpp | 52 if (!SM.getFileEntryForID(SM.getFileID(SM.getSpellingLoc(Loc)))) in getImmediateMacroName()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Lex/ |
| H A D | PreprocessorLexer.cpp | 57 return PP->getSourceManager().getFileEntryForID(getFileID()); in getFileEntry()
|
| H A D | PPLexerChange.cpp | 98 SourceMgr.getFileEntryForID(FID) == CodeCompletionFile) { in EnterSourceFile() 304 SourceMgr.getFileEntryForID(CurPPLexer->getFileID())) { in HandleEndOfFile()
|
| H A D | PPDirectives.cpp | 598 if (const FileEntry *EntryOfIncl = SourceMgr.getFileEntryForID(IDOfIncl)) { in getModuleForLocation() 625 const FileEntry *FileEnt = SourceMgr.getFileEntryForID(FID); in LookupFile() 643 SourceMgr.getFileEntryForID(SourceMgr.getMainFileID()))) in LookupFile() 656 if ((FileEnt = SourceMgr.getFileEntryForID( in LookupFile() 702 if ((CurFileEnt = SourceMgr.getFileEntryForID(CurPPLexer->getFileID()))) { in LookupFile() 718 SourceMgr.getFileEntryForID(ISEntry.ThePPLexer->getFileID()))) { in LookupFile()
|
| H A D | Preprocessor.cpp | 391 SourceMgr.getFileEntryForID(SourceMgr.getMainFileID()) == File) { in SetCodeCompletionPoint() 500 if (const FileEntry *FE = SourceMgr.getFileEntryForID(MainFileID)) in EnterMainSourceFile()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | HTMLPrint.cpp | 68 const FileEntry* Entry = R.getSourceMgr().getFileEntryForID(FID); in HandleTranslationUnit()
|
| H A D | FixItRewriter.cpp | 85 const FileEntry *Entry = Rewrite.getSourceMgr().getFileEntryForID(I->first); in WriteFixedFiles()
|
| H A D | InclusionRewriter.cpp | 372 const FileEntry *FileEnt = PP.getSourceManager().getFileEntryForID(FileId); in HandleHasInclude()
|
| /minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | PlistReporter.cpp | 76 EmitString(o << " ", SM.getFileEntryForID(FID)->getName()) << '\n'; in writeARCDiagsToPlist()
|
| H A D | ARCMT.cpp | 592 const FileEntry *file = Ctx.getSourceManager().getFileEntryForID(FID); in applyTransform()
|
| /minix3/external/bsd/llvm/dist/clang/unittests/Tooling/ |
| H A D | RewriterTestContext.h | 84 Sources.getFileEntryForID(ID), Line, Column); in getLocation()
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | CXSourceLocation.cpp | 345 *file = const_cast<FileEntry *>(SM.getFileEntryForID(FID)); in clang_getSpellingLocation() 382 *file = const_cast<FileEntry *>(SM.getFileEntryForID(FID)); in clang_getFileLocation()
|
| H A D | CIndexHigh.cpp | 294 if (SM.getFileEntryForID(LocInfo.first) != data->File) in findFileMacroRefVisit() 366 if (SM.getFileEntryForID(LocInfo.first) != File) in visit()
|
| H A D | IndexingContext.cpp | 718 return SM.getFileEntryForID(FID) == nullptr; in isNotFromSourceFile() 801 const FileEntry *FE = SM.getFileEntryForID(FID); in markEntityOccurrenceInFile() 901 const FileEntry *FE = SM.getFileEntryForID(FID); in translateLoc()
|
| H A D | Indexing.cpp | 266 IndexCtx.enteredMainFile(SM.getFileEntryForID(SM.getMainFileID())); in FileChanged() 374 const FileEntry *FE = SM.getFileEntryForID(FID); in shouldSkipFunctionBody()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Tooling/Core/ |
| H A D | Replacement.cpp | 109 const FileEntry *Entry = Sources.getFileEntryForID(DecomposedLocation.first); in setFromSourceLocation()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Rewrite/ |
| H A D | Rewriter.cpp | 456 getSourceMgr().getFileEntryForID(I->first); in overwriteChangedFiles()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
| H A D | SourceManager.h | 907 const FileEntry *getFileEntryForID(FileID FID) const { in getFileEntryForID() function 980 if (const FileEntry *F = getFileEntryForID(getFileID(SpellingLoc))) in getFilename()
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | PlistDiagnostics.cpp | 361 EmitString(o << " ", SM->getFileEntryForID(FID)->getName()) << '\n'; in FlushDiagnosticsImpl()
|
| H A D | HTMLDiagnostics.cpp | 176 const FileEntry* Entry = SMgr.getFileEntryForID(FID); in ReportDiag()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDeclCXX.cpp | 408 if (const FileEntry *MainFile = SM.getFileEntryForID(SM.getMainFileID())) { in EmitCXXGlobalInitFunc()
|