Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendActions.cpp213 llvm::raw_string_ostream outForPP{buf}; in executeAction() local
218 ci.getParsing().DumpCookedChars(outForPP); in executeAction()
221 outForPP, !ci.getInvocation().getPreprocessorOpts().noLineDirectives); in executeAction()
230 ci.writeOutputStream(outForPP.str()); in executeAction()
241 (*os) << outForPP.str(); in executeAction()