Searched refs:stopIfCastExpr (Results 1 – 2 of 2) sorted by relevance
2104 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr, in ParseParenExpression() argument2220 if (isAmbiguousTypeId && !stopIfCastExpr) { in ParseParenExpression()2270 if (stopIfCastExpr) { in ParseParenExpression()
1453 bool stopIfCastExpr,