Searched defs:CondDecl (Results 1 – 2 of 2) sorted by relevance
4306 if (const DeclStmt *CondDecl = IS->getConditionVariableDeclStmt()) in visitIfStmt() local4350 if (const DeclStmt *CondDecl = S->getConditionVariableDeclStmt()) in visitWhileStmt() local4422 if (const DeclStmt *CondDecl = S->getConditionVariableDeclStmt()) in visitForStmt() local4540 if (const DeclStmt *CondDecl = S->getConditionVariableDeclStmt()) in visitSwitchStmt() local
5016 static bool EvaluateCond(EvalInfo &Info, const VarDecl *CondDecl, in EvaluateCond()