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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp415 bool NotCastExpr; local
418 NotCastExpr,
420 if (NotCastExpr)
452 /// of address-of gets special treatment due to member pointers. NotCastExpr
617 bool &NotCastExpr,
621 NotCastExpr = false;
754 NotCastExpr, isTypeCast);
1071 NotCastExpr, isTypeCast);
1085 NotCastExpr, isTypeCast);
1102 NotCastExpr, isTypeCas
615 ParseCastExpression(bool isUnaryExpression, bool isAddressOfOperand, bool &NotCastExpr, TypeCastState isTypeCast) argument
[all...]
H A DParseExprCXX.cpp2835 bool NotCastExpr; local
2838 NotCastExpr = true;
2841 // If it is not a cast-expression, NotCastExpr will be true and no token
2845 NotCastExpr,
2852 ParseAs = NotCastExpr ? SimpleExpr : CastExpr;
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1239 bool &NotCastExpr,

Completed in 169 milliseconds