Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DUtils.h54 void DoPrintPreprocessedInput(Preprocessor &PP, raw_ostream *OS,
/llvm-project-15.0.7/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp959 void clang::DoPrintPreprocessedInput(Preprocessor &PP, raw_ostream *OS, in DoPrintPreprocessedInput() function in clang
H A DFrontendActions.cpp1070 DoPrintPreprocessedInput(CI.getPreprocessor(), OS.get(), in ExecuteAction()