Searched refs:setVerboseOutputStream (Results 1 – 3 of 3) sorted by relevance
66 Compiler.setVerboseOutputStream(VerboseStream); in TEST()95 Compiler.setVerboseOutputStream(std::move(VerboseStream)); in TEST()
356 void setVerboseOutputStream(raw_ostream &Value);359 void setVerboseOutputStream(std::unique_ptr<raw_ostream> Value);
87 void CompilerInstance::setVerboseOutputStream(raw_ostream &Value) { in setVerboseOutputStream() function in CompilerInstance92 void CompilerInstance::setVerboseOutputStream(std::unique_ptr<raw_ostream> Value) { in setVerboseOutputStream() function in CompilerInstance