Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DRewriters.h29 void RewriteIncludesInInput(Preprocessor &PP, raw_ostream *OS,
/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp315 RewriteIncludesInInput(CI.getPreprocessor(), &OS, in ExecuteAction()
320 RewriteIncludesInInput(CI.getPreprocessor(), OutputStream.get(), in ExecuteAction()
H A DInclusionRewriter.cpp549 void clang::RewriteIncludesInInput(Preprocessor &PP, raw_ostream *OS, in RewriteIncludesInInput() function in clang