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

/openbsd-current/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h355 void setVerboseOutputStream(raw_ostream &Value);
358 void setVerboseOutputStream(std::unique_ptr<raw_ostream> Value);
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp93 void CompilerInstance::setVerboseOutputStream(raw_ostream &Value) { function in class:CompilerInstance
98 void CompilerInstance::setVerboseOutputStream(std::unique_ptr<raw_ostream> Value) { function in class:CompilerInstance

Completed in 326 milliseconds