Home | History | Annotate | Download | only in Sema

Lines Matching refs:PartialDiagnosticAt

609       PartialDiagnosticAt *Diag = new (Result.Diagnostic) PartialDiagnosticAt(
649 if (PartialDiagnosticAt *Diag = getSFINAEDiagnostic()) {
650 Diag->~PartialDiagnosticAt();
661 PartialDiagnosticAt *DeductionFailureInfo::getSFINAEDiagnostic() {
663 return static_cast<PartialDiagnosticAt*>(static_cast<void*>(Diagnostic));
4979 SmallVector<PartialDiagnosticAt, 8> Notes;
8612 PartialDiagnosticAt *PDiag = DeductionFailure.getSFINAEDiagnostic();