Home
last modified time | relevance | path

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

/external/clang/include/clang/Rewrite/Frontend/
DRewriters.h24 void RewriteMacrosInInput(Preprocessor &PP, raw_ostream *OS);
/external/clang/lib/Frontend/Rewrite/
DRewriteMacros.cpp90 void clang::RewriteMacrosInInput(Preprocessor &PP, raw_ostream *OS) { in RewriteMacrosInInput() function in clang
DFrontendActions.cpp179 RewriteMacrosInInput(CI.getPreprocessor(), OS); in ExecuteAction()