Lines Matching refs:CondVar
1094 VarDecl *CondVar, Stmt *Then,
1096 return getSema().ActOnIfStmt(IfLoc, Cond, CondVar, Then, ElseLoc, Else);
1104 Expr *Cond, VarDecl *CondVar) {
1106 CondVar);
1123 VarDecl *CondVar, Stmt *Body) {
1124 return getSema().ActOnWhileStmt(WhileLoc, Cond, CondVar, Body);
1144 VarDecl *CondVar, Sema::FullExprArg Inc,
1147 CondVar, Inc, RParenLoc, Body);