Searched refs:StopIfCastExpr (Results 1 – 2 of 2) sorted by relevance
2611 Parser::ParseParenExpression(ParenParseOption &ExprType, bool StopIfCastExpr, in ParseParenExpression() argument2736 if (isAmbiguousTypeId && !StopIfCastExpr) { in ParseParenExpression()2830 if (StopIfCastExpr) { in ParseParenExpression()
4234 bool StopIfCastExpr,