Searched refs:NotCastExpr (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Parse/
H A DParseExpr.cpp454 bool NotCastExpr; local
457 NotCastExpr,
459 if (NotCastExpr)
491 /// of address-of gets special treatment due to member pointers. NotCastExpr
656 bool &NotCastExpr,
660 NotCastExpr = false;
789 NotCastExpr, isTypeCast);
1098 NotCastExpr, isTypeCast);
1112 NotCastExpr, isTypeCast);
1129 NotCastExpr, isTypeCas
654 ParseCastExpression(bool isUnaryExpression, bool isAddressOfOperand, bool &NotCastExpr, TypeCastState isTypeCast) argument
[all...]
H A DParseExprCXX.cpp2752 bool NotCastExpr; local
2755 NotCastExpr = true;
2758 // If it is not a cast-expression, NotCastExpr will be true and no token
2762 NotCastExpr,
2769 ParseAs = NotCastExpr ? SimpleExpr : CastExpr;
/external/clang/include/clang/Parse/
H A DParser.h1207 bool &NotCastExpr,

Completed in 259 milliseconds