Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseParenExprOrCondition

855 /// ParseParenExprOrCondition:
866 bool Parser::ParseParenExprOrCondition(ExprResult &ExprResult,
938 if (ParseParenExprOrCondition(CondExp, CondVar, IfLoc, true))
1072 if (ParseParenExprOrCondition(Cond, CondVar, SwitchLoc, false))
1164 if (ParseParenExprOrCondition(Cond, CondVar, WhileLoc, true))