Lines Matching defs:NotCastExpr
711 bool NotCastExpr;
714 NotCastExpr,
718 if (NotCastExpr)
870 /// of address-of gets special treatment due to member pointers. NotCastExpr
1051 bool &NotCastExpr,
1058 NotCastExpr = false;
1220 NotCastExpr, isTypeCast,
1233 NotCastExpr, isTypeCast,
1351 NotCastExpr, isTypeCast,
1437 /*isAddressOfOperand*/false, NotCastExpr,
1439 if (NotCastExpr) {
1440 // If we return with NotCastExpr = true, we must not consume any tokens,
1694 return ParseCastExpression(ParseKind, isAddressOfOperand, NotCastExpr,
1710 return ParseCastExpression(ParseKind, isAddressOfOperand, NotCastExpr,
1730 NotCastExpr, isTypeCast, isVectorLiteral,
1895 NotCastExpr = true;