Searched refs:getSourceMgr (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | HTMLPrint.cpp | 65 FileID FID = R.getSourceMgr().getMainFileID(); in HandleTranslationUnit() 66 const FileEntry* Entry = R.getSourceMgr().getFileEntryForID(FID); in HandleTranslationUnit() 74 Name = R.getSourceMgr().getBuffer(FID)->getBufferIdentifier(); in HandleTranslationUnit()
|
| H A D | FixItRewriter.cpp | 97 const FileEntry *Entry = Rewrite.getSourceMgr().getFileEntryForID(I->first); in WriteFixedFiles()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/ |
| H A D | Refactoring.cpp | 61 Rewrite.getSourceMgr().getFileManager(), FileToReplaces)) in applyAllReplacements() 73 SourceManager &SM = Rewrite.getSourceMgr(); in formatAndApplyAllReplacements() 78 Rewrite.getSourceMgr().getFileManager(), FileToReplaces)) { in formatAndApplyAllReplacements()
|
| /freebsd-12.1/contrib/llvm/tools/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() 111 const llvm::MemoryBuffer *Buf = R.getSourceMgr().getBuffer(FID); in EscapeText() 230 const llvm::MemoryBuffer *Buf = R.getSourceMgr().getBuffer(FID); in AddLineNumbers() 278 const llvm::MemoryBuffer *Buf = R.getSourceMgr().getBuffer(FID); in AddHeaderFooterInternalBuiltinCSS() 282 SourceLocation StartLoc = R.getSourceMgr().getLocForStartOfFile(FID); in AddHeaderFooterInternalBuiltinCSS()
|
| H A D | Rewriter.cpp | 456 getSourceMgr().getFileEntryForID(I->first); in overwriteChangedFiles() 457 AtomicallyMovedFile File(getSourceMgr().getDiagnostics(), Entry->getName(), in overwriteChangedFiles()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-mca/ |
| H A D | CodeRegion.h | 109 llvm::SourceMgr &getSourceMgr() const { return SM; } in getSourceMgr() function
|
| H A D | CodeRegionGenerator.cpp | 115 createMCAsmParser(Regions.getSourceMgr(), Ctx, Str, MAI)); in parseCodeRegions()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Rewrite/Core/ |
| H A D | Rewriter.h | 67 SourceManager &getSourceMgr() const { return *SourceMgr; } in getSourceMgr() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | SourceMgr.h | 285 const SourceMgr *getSourceMgr() const { return SM; } in getSourceMgr() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | HTMLDiagnostics.cpp | 660 SourceManager &SM = R.getSourceMgr(); in HandlePiece() 905 SourceManager &SM = R.getSourceMgr(); in HighlightRange()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Core/ |
| H A D | Replacement.cpp | 70 SourceManager &SM = Rewrite.getSourceMgr(); in apply()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseStmtAsm.cpp | 196 const llvm::SourceMgr &LSM = *D.getSourceMgr(); in handleDiagnostic()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 385 const llvm::SourceMgr &LSM = *D.getSourceMgr(); in ConvertBackendLocation()
|
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 2292 const SourceMgr &DiagSrcMgr = *Diag.getSourceMgr(); in DiagHandler() 2330 SMDiagnostic NewDiag(*Diag.getSourceMgr(), Diag.getLoc(), Filename, LineNo, in DiagHandler()
|