Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h180 std::unique_ptr<raw_ostream> OwnedVerboseOutputStream; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp95 OwnedVerboseOutputStream.reset(); in setVerboseOutputStream()
100 OwnedVerboseOutputStream.swap(Value); in setVerboseOutputStream()
101 VerboseOutputStream = OwnedVerboseOutputStream.get(); in setVerboseOutputStream()