Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp304 if (Diags.ownsClient()) { in SetUpDiagnosticLog()
319 if (Diags.ownsClient()) { in SetupSerializedDiagnostics()
H A DVerifyDiagnosticConsumer.cpp675 assert(!Diags.ownsClient() && in ~VerifyDiagnosticConsumer()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h569 bool ownsClient() const { return Owner != nullptr; } in ownsClient() function