Searched defs:NotCastExpr (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Parse/
H A DParseExpr.cpp450 bool NotCastExpr; local
453 NotCastExpr,
455 if (NotCastExpr)
486 /// due to member pointers. NotCastExpr is set to true if the token is not the
647 bool &NotCastExpr,
651 NotCastExpr = false;
1036 NotCastExpr, isTypeCast);
1050 NotCastExpr, isTypeCast);
1067 NotCastExpr, isTypeCast);
1223 NotCastExpr
645 ParseCastExpression(bool isUnaryExpression, bool isAddressOfOperand, bool &NotCastExpr, TypeCastState isTypeCast) argument
[all...]
H A DParseExprCXX.cpp2772 bool NotCastExpr; local
2775 NotCastExpr = true;
2778 // If it is not a cast-expression, NotCastExpr will be true and no token
2782 NotCastExpr,
2789 ParseAs = NotCastExpr ? SimpleExpr : CastExpr;

Completed in 26 milliseconds