Home
last modified time | relevance | path

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

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