Searched refs:stopIfCastExpr (Results 1 – 2 of 2) sorted by relevance
1923 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr, in ParseParenExpression() argument2023 if (isAmbiguousTypeId && !stopIfCastExpr) { in ParseParenExpression()2073 if (stopIfCastExpr) { in ParseParenExpression()
1396 bool stopIfCastExpr,