Home | History | Annotate | Download | only in Sema

Lines Matching defs:ND

555     NamedDecl *ND = candidate.getCorrectionDecl();
556 return ND && (isa<ValueDecl>(ND) || isa<FunctionTemplateDecl>(ND));
618 if (NamedDecl *ND = Corrected.getCorrectionDecl()) {
624 R.addDecl(ND);
628 SemaRef.Diag(ND->getLocation(), diag::note_previous_decl)
629 << ND->getDeclName();