Lines Matching refs:NotCastExpr
680 bool NotCastExpr; in ParseCastExpression() local
683 NotCastExpr, in ParseCastExpression()
687 if (NotCastExpr) in ParseCastExpression()
915 bool &NotCastExpr, in ParseCastExpression() argument
922 NotCastExpr = false; in ParseCastExpression()
1128 NotCastExpr, isTypeCast, in ParseCastExpression()
1141 NotCastExpr, isTypeCast, in ParseCastExpression()
1260 NotCastExpr, isTypeCast, in ParseCastExpression()
1335 /*isAddressOfOperand*/false, NotCastExpr, in ParseCastExpression()
1337 if (NotCastExpr) { in ParseCastExpression()
1583 return ParseCastExpression(ParseKind, isAddressOfOperand, NotCastExpr, in ParseCastExpression()
1599 return ParseCastExpression(ParseKind, isAddressOfOperand, NotCastExpr, in ParseCastExpression()
1619 NotCastExpr, isTypeCast, isVectorLiteral, in ParseCastExpression()
1769 NotCastExpr = true; in ParseCastExpression()