Searched refs:stopIfCastExpr (Results 1 – 2 of 2) sorted by relevance
2764 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr, in ParseParenExpression() argument2887 if (isAmbiguousTypeId && !stopIfCastExpr) { in ParseParenExpression()2979 if (stopIfCastExpr) { in ParseParenExpression()
1832 bool stopIfCastExpr,