Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/
H A DRewriters.h30 void RewriteIncludesInInput(Preprocessor &PP, raw_ostream *OS,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp309 RewriteIncludesInInput(CI.getPreprocessor(), &OS, in ExecuteAction()
314 RewriteIncludesInInput(CI.getPreprocessor(), OutputStream.get(), in ExecuteAction()
H A DInclusionRewriter.cpp605 void clang::RewriteIncludesInInput(Preprocessor &PP, raw_ostream *OS, in RewriteIncludesInInput() function in clang