Lines Matching refs:Client
582 /// there is no diagnostic client to capture them already.
585 StoredDiagnosticConsumer Client;
592 : Diags(Diags), Client(StoredDiags), PreviousClient(nullptr)
597 Diags.setClient(&Client, false);
602 if (Diags.getClient() == &Client)
755 // Tell the diagnostic client that we have started a source file.
1160 // Keep the ownership of the data in the ASTUnit because the client may