Home | History | Annotate | Download | only in Analysis

Lines Matching defs:ND

99       NamedDecl *ND = cast<NamedDecl>(DRE->getDecl()->getCanonicalDecl());
100 ParmVarDecl *PV = dyn_cast_or_null<ParmVarDecl>(ND);
117 DeclSeq.push_back(ND);
119 NamedDecl *ND = ME->getMemberDecl();
120 DeclSeq.push_back(ND);
733 // while (b) { x -> x2, y -> y1 | [1st:] x2=x1; [2nd:] x2=NULL; }