Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp308 if (Diags.ownsClient()) { in SetUpDiagnosticLog()
323 if (Diags.ownsClient()) { in SetupSerializedDiagnostics()
H A DVerifyDiagnosticConsumer.cpp691 assert(!Diags.ownsClient() && in ~VerifyDiagnosticConsumer()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h609 bool ownsClient() const { return Owner != nullptr; } in ownsClient() function