Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DTextDiagnosticPrinter.h37 unsigned OwnsOutputStream : 1; variable
41 bool OwnsOutputStream = false);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp28 OwnsOutputStream(_OwnsOutputStream) { in TextDiagnosticPrinter()
32 if (OwnsOutputStream) in ~TextDiagnosticPrinter()