Lines Matching defs:VD

67   if (VarDecl *VD = dyn_cast<VarDecl>(D))  in GetEndLoc()  local
324 void addVar(VarDecl *VD) { in addVar()
640 void maybeAddScopeBeginForVarDecl(CFGBlock *B, const VarDecl *VD, in maybeAddScopeBeginForVarDecl()
880 void appendAutomaticObjDtor(CFGBlock *B, VarDecl *VD, Stmt *S) { in appendAutomaticObjDtor()
884 void appendCleanupFunction(CFGBlock *B, VarDecl *VD) { in appendCleanupFunction()
888 void appendLifetimeEnds(CFGBlock *B, VarDecl *VD, Stmt *S) { in appendLifetimeEnds()
912 void appendScopeBegin(CFGBlock *B, const VarDecl *VD, const Stmt *S) { in appendScopeBegin()
917 void appendScopeEnd(CFGBlock *B, const VarDecl *VD, const Stmt *S) { in appendScopeEnd()
2098 if (VarDecl *VD = dyn_cast<VarDecl>(DI)) in addLocalScopeForDeclStmt() local
2150 LocalScope* CFGBuilder::addLocalScopeForVarDecl(VarDecl *VD, in addLocalScopeForVarDecl()
2960 VarDecl *VD = dyn_cast<VarDecl>(DS->getSingleDecl()); in VisitDeclSubExpr() local
3003 if (auto *VD = BD->getHoldingVar()) { in VisitDeclSubExpr() local
3089 if (VarDecl *VD = I->getConditionVariable()) in VisitIfStmt() local
3509 if (VarDecl *VD = F->getConditionVariable()) in VisitForStmt() local
3625 if (VarDecl *VD = F->getConditionVariable()) { in VisitForStmt() local
3867 if (VarDecl *VD = W->getConditionVariable()) { in VisitWhileStmt() local
3950 if (VarDecl *VD = W->getConditionVariable()) { in VisitWhileStmt() local
4344 if (VarDecl *VD = Terminator->getConditionVariable()) in VisitSwitchStmt() local
4420 if (VarDecl *VD = Terminator->getConditionVariable()) { in VisitSwitchStmt() local
4632 if (VarDecl *VD = CS->getExceptionDecl()) { in VisitCXXCatchStmt() local
5544 VarDecl *VD = cast<VarDecl>(DS->getSingleDecl()); in VisitDeclStmt() local
5830 const VarDecl *VD = DE.getVarDecl(); in print_elem() local
5859 if (const VarDecl *VD = E.castAs<CFGScopeBegin>().getVarDecl()) in print_elem() local
5866 if (const VarDecl *VD = E.castAs<CFGScopeEnd>().getVarDecl()) in print_elem() local