Lines Matching refs:DependentDiagnostic
36 class DependentDiagnostic {
40 static DependentDiagnostic *Create(ASTContext &Context, in Create()
50 DependentDiagnostic *DD = Create(Context, Parent, PDiag); in Create()
102 DependentDiagnostic(const PartialDiagnostic &PDiag, in DependentDiagnostic() function
106 static DependentDiagnostic *Create(ASTContext &Context,
110 DependentDiagnostic *NextDiagnostic;
128 explicit ddiag_iterator(DependentDiagnostic *Ptr) : Ptr(Ptr) {} in ddiag_iterator()
130 using value_type = DependentDiagnostic *;
131 using reference = DependentDiagnostic *;
132 using pointer = DependentDiagnostic *;
172 DependentDiagnostic *Ptr = nullptr;