Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/Frontend/
DOutputStreamTest.cpp66 Compiler.setVerboseOutputStream(VerboseStream); in TEST()
95 Compiler.setVerboseOutputStream(std::move(VerboseStream)); in TEST()
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h356 void setVerboseOutputStream(raw_ostream &Value);
359 void setVerboseOutputStream(std::unique_ptr<raw_ostream> Value);
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp87 void CompilerInstance::setVerboseOutputStream(raw_ostream &Value) { in setVerboseOutputStream() function in CompilerInstance
92 void CompilerInstance::setVerboseOutputStream(std::unique_ptr<raw_ostream> Value) { in setVerboseOutputStream() function in CompilerInstance