Searched refs:CondDecl (Results 1 – 2 of 2) sorted by relevance
201 if (const DeclStmt *CondDecl = IS->getConditionVariableDeclStmt()) in visitIfStmt() local202 if (!visitDeclStmt(CondDecl)) in visitIfStmt()
4898 static bool EvaluateCond(EvalInfo &Info, const VarDecl *CondDecl, in EvaluateCond() argument4903 if (CondDecl && !EvaluateDecl(Info, CondDecl)) in EvaluateCond()