Home
last modified time | relevance | path

Searched refs:setSourceMgr (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Frontend/Rewrite/
DHTMLPrint.cpp59 R.setSourceMgr(context.getSourceManager(), context.getLangOpts()); in Initialize()
DRewriteMacros.cpp94 Rewrite.setSourceMgr(SM, PP.getLangOpts()); in RewriteMacrosInInput()
DRewriteObjC.cpp637 Rewrite.setSourceMgr(Context->getSourceManager(), Context->getLangOpts()); in InitializeCommon()
DRewriteModernObjC.cpp705 Rewrite.setSourceMgr(Context->getSourceManager(), Context->getLangOpts()); in InitializeCommon()
/external/clang/include/clang/Rewrite/Core/
DRewriter.h60 void setSourceMgr(SourceManager &SM, const LangOptions &LO) { in setSourceMgr() function
/external/bcc/src/cc/frontends/clang/
Dtp_frontend_action.cc250 rewriter_->setSourceMgr(Compiler.getSourceManager(), Compiler.getLangOpts()); in CreateASTConsumer()
Db_frontend_action.cc1410 rewriter_->setSourceMgr(Compiler.getSourceManager(), Compiler.getLangOpts()); in CreateASTConsumer()