Searched defs:CondDecl (Results 1 – 2 of 2) sorted by relevance
5398 if (const DeclStmt *CondDecl = IS->getConditionVariableDeclStmt()) in visitIfStmt() local5470 if (const DeclStmt *CondDecl = S->getConditionVariableDeclStmt()) in visitWhileStmt() local5550 if (const DeclStmt *CondDecl = S->getConditionVariableDeclStmt()) in visitForStmt() local5678 if (const DeclStmt *CondDecl = S->getConditionVariableDeclStmt()) in visitSwitchStmt() local
5282 static bool EvaluateCond(EvalInfo &Info, const VarDecl *CondDecl, in EvaluateCond()