Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h391 void setVerboseOutputStream(raw_ostream &Value);
394 void setVerboseOutputStream(std::unique_ptr<raw_ostream> Value);
/src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp94 void CompilerInstance::setVerboseOutputStream(raw_ostream &Value) { in setVerboseOutputStream() function in CompilerInstance
99 void CompilerInstance::setVerboseOutputStream(std::unique_ptr<raw_ostream> Value) { in setVerboseOutputStream() function in CompilerInstance