Lines Matching defs:VD
268 const ValueDecl *VD = cast<ValueDecl>(DRE->getDecl()->getCanonicalDecl()); in translateDeclRefExpr() local
312 auto *VD = getValueDeclFromSExpr(E); in hasCppPointerType() local
341 if (auto *VD = dyn_cast<CXXMethodDecl>(D)) in translateMemberExpr() local
474 const ValueDecl *VD = nullptr; in translateBinAssign() local
590 if (VarDecl *VD = dyn_cast_or_null<VarDecl>(*I)) { in translateDeclStmt() local
612 const ValueDecl *VD) { in addStatement()
624 til::SExpr *SExprBuilder::lookupVarDecl(const ValueDecl *VD) { in lookupVarDecl()
634 static void maybeUpdateVD(til::SExpr *E, const ValueDecl *VD) { in maybeUpdateVD()
644 til::SExpr *SExprBuilder::addVarDecl(const ValueDecl *VD, til::SExpr *E) { in addVarDecl()
653 til::SExpr *SExprBuilder::updateVarDecl(const ValueDecl *VD, til::SExpr *E) { in updateVarDecl()
866 void SExprBuilder::handleDestructorCall(const VarDecl *VD, in handleDestructorCall()