Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DHTMLPrint.cpp56 R.setSourceMgr(context.getSourceManager(), context.getLangOpts()); in Initialize()
H A DRewriteMacros.cpp93 Rewrite.setSourceMgr(SM, PP.getLangOpts()); in RewriteMacrosInInput()
H A DRewriteObjC.cpp638 Rewrite.setSourceMgr(Context->getSourceManager(), Context->getLangOpts()); in InitializeCommon()
H A DRewriteModernObjC.cpp710 Rewrite.setSourceMgr(Context->getSourceManager(), Context->getLangOpts()); in InitializeCommon()
/openbsd-src/gnu/llvm/lldb/tools/lldb-instr/
H A DInstrument.cpp148 MyRewriter.setSourceMgr(CI.getSourceManager(), CI.getLangOpts()); in CreateASTConsumer()
/openbsd-src/gnu/llvm/clang/include/clang/Rewrite/Core/
H A DRewriter.h72 void setSourceMgr(SourceManager &SM, const LangOptions &LO) { in setSourceMgr() function