Lines Matching defs:IsExpr
2951 /// \param IsExpr Whether the receiver was parsed as an expression.
2954 /// IsExpr is true), the parsed expression. If the receiver was parsed
2955 /// as a type (\c IsExpr is false), the parsed type.
2966 bool Parser::ParseObjCXXMessageReceiver(bool &IsExpr, void *&TypeOrExpr) {
2983 IsExpr = true;
3016 IsExpr = true;
3030 IsExpr = false;
3110 bool IsExpr;
3112 if (ParseObjCXXMessageReceiver(IsExpr, TypeOrExpr)) {
3117 if (IsExpr)