Home | History | Annotate | Download | only in Core

Lines Matching defs:VD

437   const VarDecl *VD = dyn_cast_or_null<VarDecl>(*DS->decl_begin());
439 if (!VD) {
457 if (const Expr *InitEx = VD->getInit()) {
470 if (AMgr.getLangOpts().CPlusPlus && VD->getType()->isRecordType() &&
471 !VD->getType()->isReferenceType()) {
494 evalBind(Dst2, DS, UpdatedN, state->getLValue(VD, LC), InitVal, true);