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

/external/clang/lib/Rewrite/Frontend/
H A DHTMLPrint.cpp66 FileID FID = R.getSourceMgr().getMainFileID();
67 const FileEntry* Entry = R.getSourceMgr().getFileEntryForID(FID);
75 Name = R.getSourceMgr().getBuffer(FID)->getBufferIdentifier();
H A DFixItRewriter.cpp86 const FileEntry *Entry = Rewrite.getSourceMgr().getFileEntryForID(I->first);
/external/clang/lib/Rewrite/Core/
H A DHTMLRewrite.cpp34 SourceManager &SM = R.getSourceMgr();
44 EOffset += Lexer::MeasureTokenLength(E, R.getSourceMgr(), R.getLangOpts());
109 const llvm::MemoryBuffer *Buf = R.getSourceMgr().getBuffer(FID);
228 const llvm::MemoryBuffer *Buf = R.getSourceMgr().getBuffer(FID);
273 const llvm::MemoryBuffer *Buf = R.getSourceMgr().getBuffer(FID);
277 SourceLocation StartLoc = R.getSourceMgr().getLocForStartOfFile(FID);
H A DRewriter.cpp481 getSourceMgr().getFileEntryForID(I->first);
482 AtomicallyMovedFile File(getSourceMgr().getDiagnostics(), Entry->getName(),
/external/clang/include/clang/Rewrite/Core/
H A DRewriter.h161 SourceManager &getSourceMgr() const { return *SourceMgr; } function in class:clang::Rewriter
/external/clang/lib/Tooling/
H A DRefactoring.cpp51 SourceManager &SM = Rewrite.getSourceMgr();
221 Rewrite.getSourceMgr().getFileEntryForID(I->first);
/external/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp142 // unsigned FID = R.getSourceMgr().getMainFileID();
279 SourceManager &SM = R.getSourceMgr();
523 SourceManager &SM = R.getSourceMgr();
/external/llvm/include/llvm/Support/
H A DSourceMgr.h232 const SourceMgr *getSourceMgr() const { return SM; }
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp219 const llvm::SourceMgr &LSM = *D.getSourceMgr();
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1617 const SourceMgr &DiagSrcMgr = *Diag.getSourceMgr();
1654 SMDiagnostic NewDiag(*Diag.getSourceMgr(), Diag.getLoc(),
/external/clang/lib/Parse/
H A DParseStmt.cpp1786 const llvm::SourceMgr &LSM = *D.getSourceMgr();

Completed in 823 milliseconds