Lines Matching defs:VD
275 const ValueDecl *VD = cast<ValueDecl>(DRE->getDecl()->getCanonicalDecl()); in translateDeclRefExpr() local
320 auto *VD = getValueDeclFromSExpr(E); in hasCppPointerType() local
348 if (auto *VD = dyn_cast<CXXMethodDecl>(D)) in translateMemberExpr() local
486 const ValueDecl *VD = nullptr; in translateBinAssign() local
607 if (VarDecl *VD = dyn_cast_or_null<VarDecl>(*I)) { in translateDeclStmt() local
631 const ValueDecl *VD) { in addStatement()
644 til::SExpr *SExprBuilder::lookupVarDecl(const ValueDecl *VD) { in lookupVarDecl()
655 static void maybeUpdateVD(til::SExpr *E, const ValueDecl *VD) { in maybeUpdateVD()
665 til::SExpr *SExprBuilder::addVarDecl(const ValueDecl *VD, til::SExpr *E) { in addVarDecl()
675 til::SExpr *SExprBuilder::updateVarDecl(const ValueDecl *VD, til::SExpr *E) { in updateVarDecl()
898 void SExprBuilder::handleDestructorCall(const VarDecl *VD, in handleDestructorCall()