Searched refs:NotCastExpr (Results 1 – 3 of 3) sorted by relevance
538 bool NotCastExpr; in ParseCastExpression() local541 NotCastExpr, in ParseCastExpression()544 if (NotCastExpr) in ParseCastExpression()762 bool &NotCastExpr, in ParseCastExpression() argument767 NotCastExpr = false; in ParseCastExpression()1065 NotCastExpr, isTypeCast); in ParseCastExpression()1124 if (NotCastExpr) { in ParseCastExpression()1315 NotCastExpr, isTypeCast); in ParseCastExpression()1329 NotCastExpr, isTypeCast); in ParseCastExpression()1346 NotCastExpr, isTypeCast); in ParseCastExpression()[all …]
3212 bool NotCastExpr; in ParseCXXAmbiguousParenExpression() local3214 NotCastExpr = true; in ParseCXXAmbiguousParenExpression()3222 NotCastExpr, in ParseCXXAmbiguousParenExpression()3229 ParseAs = NotCastExpr ? SimpleExpr : CastExpr; in ParseCXXAmbiguousParenExpression()
1611 bool &NotCastExpr,