Lines Matching refs:NotCastExpr
711 bool NotCastExpr; in ParseCastExpression() local
714 NotCastExpr, in ParseCastExpression()
718 if (NotCastExpr) in ParseCastExpression()
1051 bool &NotCastExpr, in ParseCastExpression() argument
1058 NotCastExpr = false; in ParseCastExpression()
1220 NotCastExpr, isTypeCast, in ParseCastExpression()
1233 NotCastExpr, isTypeCast, in ParseCastExpression()
1351 NotCastExpr, isTypeCast, in ParseCastExpression()
1437 /*isAddressOfOperand*/false, NotCastExpr, in ParseCastExpression()
1439 if (NotCastExpr) { in ParseCastExpression()
1694 return ParseCastExpression(ParseKind, isAddressOfOperand, NotCastExpr, in ParseCastExpression()
1710 return ParseCastExpression(ParseKind, isAddressOfOperand, NotCastExpr, in ParseCastExpression()
1730 NotCastExpr, isTypeCast, isVectorLiteral, in ParseCastExpression()
1895 NotCastExpr = true; in ParseCastExpression()