Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Parser/
H A Ddebug-parser.cpp17 if (auto out{ustate->debugOutput()}) { in Parse()
/llvm-project/flang/include/flang/Parser/
H A Dparsing.h68 void Parse(llvm::raw_ostream &debugOutput);
H A Duser-state.h44 llvm::raw_ostream *debugOutput() const { return debugOutput_; } in debugOutput() function