Lines Matching defs:NotCastExpr
728 bool NotCastExpr;
731 NotCastExpr,
735 if (NotCastExpr)
886 /// of address-of gets special treatment due to member pointers. NotCastExpr
1067 bool &NotCastExpr,
1074 NotCastExpr = false;
1236 NotCastExpr, isTypeCast,
1249 NotCastExpr, isTypeCast,
1367 NotCastExpr, isTypeCast,
1453 /*isAddressOfOperand*/false, NotCastExpr,
1455 if (NotCastExpr) {
1456 // If we return with NotCastExpr = true, we must not consume any tokens,
1712 return ParseCastExpression(ParseKind, isAddressOfOperand, NotCastExpr,
1728 return ParseCastExpression(ParseKind, isAddressOfOperand, NotCastExpr,
1748 NotCastExpr, isTypeCast, isVectorLiteral,
1913 NotCastExpr = true;