Home
last modified time | relevance | path

Searched refs:RewriteMacrosInInput (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Frontend/
H A DRewriters.h23 void RewriteMacrosInInput(Preprocessor &PP, raw_ostream *OS);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteMacros.cpp89 void clang::RewriteMacrosInInput(Preprocessor &PP, raw_ostream *OS) { in RewriteMacrosInInput() function in clang
H A DFrontendActions.cpp191 RewriteMacrosInInput(CI.getPreprocessor(), OS.get()); in ExecuteAction()