Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseParenExprOrCondition

879 /// ParseParenExprOrCondition:
890 bool Parser::ParseParenExprOrCondition(ExprResult &ExprResult,
972 if (ParseParenExprOrCondition(CondExp, CondVar, IfLoc, true))
1101 if (ParseParenExprOrCondition(Cond, CondVar, SwitchLoc, false))
1193 if (ParseParenExprOrCondition(Cond, CondVar, WhileLoc, true))