Searched refs:stopIfCastExpr (Results 1 – 2 of 2) sorted by relevance
2951 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr, in ParseParenExpression() argument3075 if (isAmbiguousTypeId && !stopIfCastExpr) { in ParseParenExpression()3168 if (stopIfCastExpr) { in ParseParenExpression()
1892 bool stopIfCastExpr,