Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseParenExprOrCondition

1044 /// ParseParenExprOrCondition:
1056 bool Parser::ParseParenExprOrCondition(StmtResult *InitStmt,
1146 if (ParseParenExprOrCondition(&InitStmt, Cond, IfLoc,
1287 if (ParseParenExprOrCondition(&InitStmt, Cond, SwitchLoc,
1375 if (ParseParenExprOrCondition(nullptr, Cond, WhileLoc,