Searched refs:NotCastExpr (Results 1 – 3 of 3) sorted by relevance
419 bool NotCastExpr; in ParseCastExpression() local422 NotCastExpr, in ParseCastExpression()424 if (NotCastExpr) in ParseCastExpression()591 bool &NotCastExpr, in ParseCastExpression() argument595 NotCastExpr = false; in ParseCastExpression()955 NotCastExpr, isTypeCast); in ParseCastExpression()968 NotCastExpr, isTypeCast); in ParseCastExpression()985 NotCastExpr, isTypeCast); in ParseCastExpression()1109 NotCastExpr, isTypeCast); in ParseCastExpression()1118 NotCastExpr = true; in ParseCastExpression()
2192 bool NotCastExpr; in ParseCXXAmbiguousParenExpression() local2195 NotCastExpr = true; in ParseCXXAmbiguousParenExpression()2202 NotCastExpr, in ParseCXXAmbiguousParenExpression()2209 ParseAs = NotCastExpr ? SimpleExpr : CastExpr; in ParseCXXAmbiguousParenExpression()
1113 bool &NotCastExpr,