| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | HTMLPrint.cpp | 65 FileID FID = R.getSourceMgr().getMainFileID(); in HandleTranslationUnit() 66 OptionalFileEntryRef Entry = R.getSourceMgr().getFileEntryRefForID(FID); in HandleTranslationUnit() 74 Name = R.getSourceMgr().getBufferOrFake(FID).getBufferIdentifier(); in HandleTranslationUnit()
|
| H A D | FixItRewriter.cpp | 97 Rewrite.getSourceMgr().getFileEntryRefForID(I->first); in WriteFixedFiles()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Refactoring.cpp | 58 Rewrite.getSourceMgr().getFileManager(), FileToReplaces)) in applyAllReplacements() 70 SourceManager &SM = Rewrite.getSourceMgr(); in formatAndApplyAllReplacements() 75 Rewrite.getSourceMgr().getFileManager(), FileToReplaces)) { in formatAndApplyAllReplacements()
|
| /freebsd/contrib/llvm-project/lldb/tools/lldb-instr/ |
| H A D | Instrument.cpp | 61 MyRewriter.getSourceMgr().getExpansionRange(C->getSourceRange()); in VisitCXXMethodDecl() 66 Body->getBeginLoc(), 0, MyRewriter.getSourceMgr(), in VisitCXXMethodDecl() 88 if (!MyRewriter.getSourceMgr().isInMainFile(Decl->getBeginLoc())) in ShouldSkip()
|
| /freebsd/contrib/llvm-project/clang/lib/Rewrite/ |
| H A D | HTMLRewrite.cpp | 35 SourceManager &SM = R.getSourceMgr(); in HighlightRange() 46 EOffset += Lexer::MeasureTokenLength(E, R.getSourceMgr(), R.getLangOpts()); in HighlightRange() 137 llvm::MemoryBufferRef Buf = R.getSourceMgr().getBufferOrFake(FID); in EscapeText() 256 llvm::MemoryBufferRef Buf = R.getSourceMgr().getBufferOrFake(FID); in AddLineNumbers() 304 llvm::MemoryBufferRef Buf = R.getSourceMgr().getBufferOrFake(FID); in AddHeaderFooterInternalBuiltinCSS() 308 SourceLocation StartLoc = R.getSourceMgr().getLocForStartOfFile(FID); in AddHeaderFooterInternalBuiltinCSS()
|
| H A D | Rewriter.cpp | 316 auto& Diag = getSourceMgr().getDiagnostics(); in overwriteChangedFiles() 320 OptionalFileEntryRef Entry = getSourceMgr().getFileEntryRefForID(I->first); in overwriteChangedFiles() 322 getSourceMgr().getFileManager().makeAbsolutePath(Path); in overwriteChangedFiles()
|
| /freebsd/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
|
| /freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Core/ |
| H A D | Rewriter.h | 78 SourceManager &getSourceMgr() const { return *SourceMgr; } in getSourceMgr() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | SourceMgr.h | 307 const SourceMgr *getSourceMgr() const { return SM; } in getSourceMgr() function
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | HTMLDiagnostics.cpp | 896 SourceManager &SM = R.getSourceMgr(); in HandlePiece() 1206 R.InsertTextBefore(R.getSourceMgr().getLocForStartOfFile(BugFileID), 1246 SourceManager &SM = R.getSourceMgr(); in HighlightRange()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Core/ |
| H A D | Replacement.cpp | 69 SourceManager &SM = Rewrite.getSourceMgr(); in apply()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseStmtAsm.cpp | 192 const llvm::SourceMgr &LSM = *D.getSourceMgr(); in handleDiagnostic()
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | TextStub.cpp | 1064 SMDiagnostic NewDiag(*Diag.getSourceMgr(), Diag.getLoc(), File->Path, in DiagHandler()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 369 const llvm::SourceMgr &LSM = *D.getSourceMgr(); in ConvertBackendLocation()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 2387 const SourceMgr &DiagSrcMgr = *Diag.getSourceMgr(); in DiagHandler() 2424 SMDiagnostic NewDiag(*Diag.getSourceMgr(), Diag.getLoc(), Filename, LineNo, in DiagHandler()
|
| H A D | MasmParser.cpp | 2395 const SourceMgr &DiagSrcMgr = *Diag.getSourceMgr(); in DiagHandler() 2433 SMDiagnostic NewDiag(*Diag.getSourceMgr(), Diag.getLoc(), Filename, LineNo, in DiagHandler()
|