Lines Matching defs:DiagnosticsEngine
50 class DiagnosticsEngine;
85 IntrusiveRefCntPtr<DiagnosticsEngine> Diagnostics;
368 DiagnosticsEngine &getDiagnostics() const {
373 IntrusiveRefCntPtr<DiagnosticsEngine> getDiagnosticsPtr() const {
379 void setDiagnostics(DiagnosticsEngine *Value);
678 /// \param VFS is used for any IO needed when creating DiagnosticsEngine. It
682 /// attached to (and, then, owned by) the DiagnosticsEngine inside this AST
691 /// Create a DiagnosticsEngine object with a the TextDiagnosticPrinter.
696 /// releasing the returned DiagnosticsEngine's client eventually.
702 /// attached to (and, then, owned by) the returned DiagnosticsEngine
709 static IntrusiveRefCntPtr<DiagnosticsEngine>
838 DiagnosticsEngine &Diags,