Searched refs:NotCastExpr (Results 1 – 3 of 3) sorted by relevance
413 bool NotCastExpr; in ParseCastExpression() local416 NotCastExpr, in ParseCastExpression()418 if (NotCastExpr) in ParseCastExpression()619 bool &NotCastExpr, in ParseCastExpression() argument623 NotCastExpr = false; in ParseCastExpression()715 NotCastExpr, isTypeCast); in ParseCastExpression()1034 NotCastExpr, isTypeCast); in ParseCastExpression()1048 NotCastExpr, isTypeCast); in ParseCastExpression()1065 NotCastExpr, isTypeCast); in ParseCastExpression()1170 NotCastExpr = true; in ParseCastExpression()
2954 bool NotCastExpr; in ParseCXXAmbiguousParenExpression() local2957 NotCastExpr = true; in ParseCXXAmbiguousParenExpression()2965 NotCastExpr, in ParseCXXAmbiguousParenExpression()2972 ParseAs = NotCastExpr ? SimpleExpr : CastExpr; in ParseCXXAmbiguousParenExpression()
1344 bool &NotCastExpr,