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

/external/clang/lib/Parse/
H A DParseExpr.cpp413 bool NotCastExpr; local
416 NotCastExpr,
418 if (NotCastExpr)
451 /// of address-of gets special treatment due to member pointers. NotCastExpr
619 bool &NotCastExpr,
623 NotCastExpr = false;
715 NotCastExpr, isTypeCast);
1034 NotCastExpr, isTypeCast);
1048 NotCastExpr, isTypeCast);
1065 NotCastExpr, isTypeCas
617 ParseCastExpression(bool isUnaryExpression, bool isAddressOfOperand, bool &NotCastExpr, TypeCastState isTypeCast) argument
[all...]
H A DParseExprCXX.cpp2954 bool NotCastExpr; local
2957 NotCastExpr = true;
2960 // If it is not a cast-expression, NotCastExpr will be true and no token
2965 NotCastExpr,
2972 ParseAs = NotCastExpr ? SimpleExpr : CastExpr;
/external/clang/include/clang/Parse/
H A DParser.h1344 bool &NotCastExpr,

Completed in 113 milliseconds