| /src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | HTMLPrint.cpp | 64 FileID FID = R.getSourceMgr().getMainFileID(); in HandleTranslationUnit() 65 OptionalFileEntryRef Entry = R.getSourceMgr().getFileEntryRefForID(FID); in HandleTranslationUnit() 73 Name = R.getSourceMgr().getBufferOrFake(FID).getBufferIdentifier(); in HandleTranslationUnit()
|
| H A D | FixItRewriter.cpp | 97 Rewrite.getSourceMgr().getFileEntryRefForID(I->first); in WriteFixedFiles()
|
| /src/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Refactoring.cpp | 60 Rewrite.getSourceMgr().getFileManager(), FileToReplaces)) in applyAllReplacements() 72 SourceManager &SM = Rewrite.getSourceMgr(); in formatAndApplyAllReplacements() 77 Rewrite.getSourceMgr().getFileManager(), FileToReplaces)) { in formatAndApplyAllReplacements()
|
| /src/contrib/llvm-project/lldb/tools/lldb-instr/ |
| H A D | Instrument.cpp | 60 MyRewriter.getSourceMgr().getExpansionRange(C->getSourceRange()); in VisitCXXMethodDecl() 65 Body->getBeginLoc(), 0, MyRewriter.getSourceMgr(), in VisitCXXMethodDecl() 87 if (!MyRewriter.getSourceMgr().isInMainFile(Decl->getBeginLoc())) in ShouldSkip()
|
| /src/contrib/llvm-project/clang/lib/Rewrite/ |
| H A D | HTMLRewrite.cpp | 36 SourceManager &SM = R.getSourceMgr(); in HighlightRange() 47 EOffset += Lexer::MeasureTokenLength(E, R.getSourceMgr(), R.getLangOpts()); in HighlightRange() 138 llvm::MemoryBufferRef Buf = R.getSourceMgr().getBufferOrFake(FID); in EscapeText() 257 llvm::MemoryBufferRef Buf = R.getSourceMgr().getBufferOrFake(FID); in AddLineNumbers() 305 llvm::MemoryBufferRef Buf = R.getSourceMgr().getBufferOrFake(FID); in AddHeaderFooterInternalBuiltinCSS() 309 SourceLocation StartLoc = R.getSourceMgr().getLocForStartOfFile(FID); in AddHeaderFooterInternalBuiltinCSS()
|
| H A D | Rewriter.cpp | 411 auto& Diag = getSourceMgr().getDiagnostics(); in overwriteChangedFiles() 415 OptionalFileEntryRef Entry = getSourceMgr().getFileEntryRefForID(I->first); in overwriteChangedFiles() 417 getSourceMgr().getFileManager().makeAbsolutePath(Path); in overwriteChangedFiles()
|
| /src/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceMgrAdapter.cpp | 94 if (auto *LLVMSrcMgr = Diag.getSourceMgr()) in handleDiag() 122 if (auto *LLVMSrcMgr = Diag.getSourceMgr()) { in handleDiag()
|
| /src/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | CodeRegionGenerator.cpp | 49 createMCAsmParser(Regions.getSourceMgr(), Ctx, *Str, MAI)); in parseCodeRegions()
|
| H A D | CodeRegion.h | 171 llvm::SourceMgr &getSourceMgr() const { return SM; } in getSourceMgr() function
|
| /src/contrib/llvm-project/clang/include/clang/Rewrite/Core/ |
| H A D | Rewriter.h | 77 SourceManager &getSourceMgr() const { return *SourceMgr; } in getSourceMgr() function
|
| /src/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | SourceMgr.h | 305 const SourceMgr *getSourceMgr() const { return SM; } in getSourceMgr() function
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | HTMLDiagnostics.cpp | 898 SourceManager &SM = R.getSourceMgr(); in HandlePiece() 1208 R.InsertTextBefore(R.getSourceMgr().getLocForStartOfFile(BugFileID), 1247 SourceManager &SM = R.getSourceMgr(); in HighlightRange()
|
| /src/contrib/llvm-project/clang/lib/Tooling/Core/ |
| H A D | Replacement.cpp | 69 SourceManager &SM = Rewrite.getSourceMgr(); in apply()
|
| /src/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseStmtAsm.cpp | 194 const llvm::SourceMgr &LSM = *D.getSourceMgr(); in handleDiagnostic()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 407 const llvm::SourceMgr &LSM = *D.getSourceMgr(); in ConvertBackendLocation()
|
| /src/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | TextStub.cpp | 1065 SMDiagnostic NewDiag(*Diag.getSourceMgr(), Diag.getLoc(), File->Path, in DiagHandler()
|
| /src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 2446 const SourceMgr &DiagSrcMgr = *Diag.getSourceMgr(); in DiagHandler() 2483 SMDiagnostic NewDiag(*Diag.getSourceMgr(), Diag.getLoc(), Filename, LineNo, in DiagHandler()
|
| H A D | MasmParser.cpp | 2778 const SourceMgr &DiagSrcMgr = *Diag.getSourceMgr(); in DiagHandler() 2816 SMDiagnostic NewDiag(*Diag.getSourceMgr(), Diag.getLoc(), Filename, LineNo, in DiagHandler()
|