Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Frontend/
H A DOutputStreamTest.cpp66 Compiler.setVerboseOutputStream(VerboseStream); in TEST()
95 Compiler.setVerboseOutputStream(std::move(VerboseStream)); in TEST()
106 Compiler.setVerboseOutputStream(std::make_unique<raw_null_ostream>()); in TEST()
109 Compiler.setVerboseOutputStream(llvm::nulls()); in TEST()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h353 void setVerboseOutputStream(raw_ostream &Value);
356 void setVerboseOutputStream(std::unique_ptr<raw_ostream> Value);
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp89 void CompilerInstance::setVerboseOutputStream(raw_ostream &Value) { in setVerboseOutputStream() function in CompilerInstance
94 void CompilerInstance::setVerboseOutputStream(std::unique_ptr<raw_ostream> Value) { in setVerboseOutputStream() function in CompilerInstance