Searched refs:DependentDiagnostic (Results 1 – 6 of 6) sorted by relevance
29 class DependentDiagnostic; variable315 friend class DependentDiagnostic; variable317 DependentDiagnostic *FirstDiagnostic = nullptr;
1444 friend class DependentDiagnostic;
1421 DependentDiagnostic::Create(S.Context, DC, DependentDiagnostic::Access, in DelayDependentAccess()1536 void Sema::HandleDependentAccessCheck(const DependentDiagnostic &DD, in HandleDependentAccessCheck()
6472 case DependentDiagnostic::Access: in PerformDependentDiagnostics()
2187 DependentDiagnostic *DependentDiagnostic::Create(ASTContext &C, in Create()2204 auto *DD = new (C) DependentDiagnostic(PDiag, DiagStorage); in Create()
129 class DependentDiagnostic; variable1453 const DependentDiagnostic &DD,