Home | History | Annotate | Download | only in AST

Lines Matching defs:VD

404       if (const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>())
405 Out << *VD;
428 if (const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>()) {
429 Out << *VD;
430 ElemTy = VD->getType();
450 const ValueDecl *VD = cast<ValueDecl>(BaseOrMember);
454 Out << *VD;
455 ElemTy = VD->getType();
530 if (const ValueDecl *VD = getMemberPointerDecl()) {
531 Out << '&' << *cast<CXXRecordDecl>(VD->getDeclContext()) << "::" << *VD;