Home | History | Annotate | Download | only in AST

Lines Matching defs:VD

403       if (const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>())
404 Out << *VD;
422 if (const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>()) {
423 Out << *VD;
424 ElemTy = VD->getType();
443 const ValueDecl *VD = cast<ValueDecl>(BaseOrMember);
447 Out << *VD;
448 ElemTy = VD->getType();
524 if (const ValueDecl *VD = getMemberPointerDecl()) {
525 Out << '&' << *cast<CXXRecordDecl>(VD->getDeclContext()) << "::" << *VD;