Home
last modified time | relevance | path

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

/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp201 if (Diagnostics.ownsClient()) in ExecuteAction()
/external/llvm-project/clang/unittests/Sema/
DExternalSemaSourceTest.cpp200 if (Diagnostics.ownsClient()) in ExecuteAction()
/external/clang/lib/Frontend/
DCompilerInstance.cpp170 assert(Diags.ownsClient()); in SetUpDiagnosticLog()
181 if (Diags.ownsClient()) { in SetupSerializedDiagnostics()
/external/clang/include/clang/Basic/
DDiagnostic.h373 bool ownsClient() const { return Owner != nullptr; } in ownsClient() function
/external/llvm-project/clang/include/clang/Basic/
DDiagnostic.h562 bool ownsClient() const { return Owner != nullptr; } in ownsClient() function
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp248 if (Diags.ownsClient()) { in SetUpDiagnosticLog()
263 if (Diags.ownsClient()) { in SetupSerializedDiagnostics()
DVerifyDiagnosticConsumer.cpp676 assert(!Diags.ownsClient() && in ~VerifyDiagnosticConsumer()