Searched refs:setVerboseOutputStream (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h352 void setVerboseOutputStream(raw_ostream &Value);
355 void setVerboseOutputStream(std::unique_ptr<raw_ostream> Value);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp87 void CompilerInstance::setVerboseOutputStream(raw_ostream &Value) { function in class:CompilerInstance
92 void CompilerInstance::setVerboseOutputStream(std::unique_ptr<raw_ostream> Value) { function in class:CompilerInstance

Completed in 176 milliseconds