Lines Matching defs:VD
274 const auto *VD = cast<ValueDecl>(DRE->getDecl()->getCanonicalDecl()); in translateDeclRefExpr() local
323 auto *VD = getValueDeclFromSExpr(E); in hasAnyPointerType() local
351 if (const auto *VD = dyn_cast<CXXMethodDecl>(D)) in translateMemberExpr() local
498 const ValueDecl *VD = nullptr; in translateBinAssign() local
615 if (auto *VD = dyn_cast_or_null<VarDecl>(I)) { in translateDeclStmt() local
636 const ValueDecl *VD) { in addStatement()
648 til::SExpr *SExprBuilder::lookupVarDecl(const ValueDecl *VD) { in lookupVarDecl()
658 static void maybeUpdateVD(til::SExpr *E, const ValueDecl *VD) { in maybeUpdateVD()
668 til::SExpr *SExprBuilder::addVarDecl(const ValueDecl *VD, til::SExpr *E) { in addVarDecl()
677 til::SExpr *SExprBuilder::updateVarDecl(const ValueDecl *VD, til::SExpr *E) { in updateVarDecl()
888 void SExprBuilder::handleDestructorCall(const VarDecl *VD, in handleDestructorCall()