Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DUtils.h70 void DoPrintPreprocessedInput(Preprocessor &PP, raw_ostream *OS,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp858 void clang::DoPrintPreprocessedInput(Preprocessor &PP, raw_ostream *OS, in DoPrintPreprocessedInput() function in clang
H A DFrontendActions.cpp860 DoPrintPreprocessedInput(CI.getPreprocessor(), OS.get(), in ExecuteAction()