Searched refs:stopIfCastExpr (Results 1 – 2 of 2) sorted by relevance
2320 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr, in ParseParenExpression() argument2436 if (isAmbiguousTypeId && !stopIfCastExpr) { in ParseParenExpression()2528 if (stopIfCastExpr) { in ParseParenExpression()
1674 bool stopIfCastExpr,