Searched refs:stopIfCastExpr (Results 1 – 2 of 2) sorted by relevance
2061 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr, in ParseParenExpression() argument2166 if (isAmbiguousTypeId && !stopIfCastExpr) { in ParseParenExpression()2216 if (stopIfCastExpr) { in ParseParenExpression()
1382 bool stopIfCastExpr,