Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp201 if (Diagnostics.ownsClient()) in ExecuteAction()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp306 if (Diags.ownsClient()) { in SetUpDiagnosticLog()
321 if (Diags.ownsClient()) { in SetupSerializedDiagnostics()
H A DVerifyDiagnosticConsumer.cpp672 assert(!Diags.ownsClient() && in ~VerifyDiagnosticConsumer()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.h571 bool ownsClient() const { return Owner != nullptr; } in ownsClient() function