Home | History | Annotate | Download | only in Sema

Lines Matching defs:ND

561     NamedDecl *ND = candidate.getCorrectionDecl();
564 if (!ND || !(isa<ValueDecl>(ND) || isa<FunctionTemplateDecl>(ND)))
568 if (Record->containsDecl(ND))
576 if (BSTy->getDecl()->containsDecl(ND))