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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h158 raw_ostream *VerboseOutputStream = &llvm::errs(); member in class:clang::CompilerInstance
352 /// @name VerboseOutputStream
363 return *VerboseOutputStream;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp89 VerboseOutputStream = &Value;
94 VerboseOutputStream = OwnedVerboseOutputStream.get();

Completed in 123 milliseconds