Lines Matching refs:CondVar
1165 VarDecl *CondVar, Stmt *Then,
1167 return getSema().ActOnIfStmt(IfLoc, Cond, CondVar, Then, ElseLoc, Else);
1175 Expr *Cond, VarDecl *CondVar) {
1177 CondVar);
1194 VarDecl *CondVar, Stmt *Body) {
1195 return getSema().ActOnWhileStmt(WhileLoc, Cond, CondVar, Body);
1215 VarDecl *CondVar, Sema::FullExprArg Inc,
1218 CondVar, Inc, RParenLoc, Body);