Home
last modified time | relevance | path

Searched refs:getSourceMgr (Results 1 – 11 of 11) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
HDHTMLPrint.cpp67 FileID FID = R.getSourceMgr().getMainFileID(); in HandleTranslationUnit()
68 const FileEntry* Entry = R.getSourceMgr().getFileEntryForID(FID); in HandleTranslationUnit()
76 Name = R.getSourceMgr().getBuffer(FID)->getBufferIdentifier(); in HandleTranslationUnit()
HDFixItRewriter.cpp92 const FileEntry *Entry = Rewrite.getSourceMgr().getFileEntryForID(I->first); in WriteFixedFiles()
/NextBSD/contrib/llvm/tools/clang/lib/Rewrite/
HDHTMLRewrite.cpp34 SourceManager &SM = R.getSourceMgr(); in HighlightRange()
44 EOffset += Lexer::MeasureTokenLength(E, R.getSourceMgr(), R.getLangOpts()); in HighlightRange()
109 const llvm::MemoryBuffer *Buf = R.getSourceMgr().getBuffer(FID); in EscapeText()
228 const llvm::MemoryBuffer *Buf = R.getSourceMgr().getBuffer(FID); in AddLineNumbers()
273 const llvm::MemoryBuffer *Buf = R.getSourceMgr().getBuffer(FID); in AddHeaderFooterInternalBuiltinCSS()
277 SourceLocation StartLoc = R.getSourceMgr().getLocForStartOfFile(FID); in AddHeaderFooterInternalBuiltinCSS()
HDRewriter.cpp456 getSourceMgr().getFileEntryForID(I->first); in overwriteChangedFiles()
457 AtomicallyMovedFile File(getSourceMgr().getDiagnostics(), Entry->getName(), in overwriteChangedFiles()
/NextBSD/contrib/llvm/tools/clang/include/clang/Rewrite/Core/
HDRewriter.h64 SourceManager &getSourceMgr() const { return *SourceMgr; } in getSourceMgr() function
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDHTMLDiagnostics.cpp341 SourceManager &SM = R.getSourceMgr(); in HandlePiece()
585 SourceManager &SM = R.getSourceMgr(); in HighlightRange()
/NextBSD/contrib/llvm/include/llvm/Support/
HDSourceMgr.h259 const SourceMgr *getSourceMgr() const { return SM; } in getSourceMgr() function
/NextBSD/contrib/llvm/tools/clang/lib/Tooling/Core/
HDReplacement.cpp56 SourceManager &SM = Rewrite.getSourceMgr(); in apply()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseStmtAsm.cpp172 const llvm::SourceMgr &LSM = *D.getSourceMgr(); in handleDiagnostic()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenAction.cpp273 const llvm::SourceMgr &LSM = *D.getSourceMgr(); in ConvertBackendLocation()
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDAsmParser.cpp1745 const SourceMgr &DiagSrcMgr = *Diag.getSourceMgr(); in DiagHandler()
1783 SMDiagnostic NewDiag(*Diag.getSourceMgr(), Diag.getLoc(), Filename, LineNo, in DiagHandler()