Lines Matching defs:IsExpr
2963 /// \param IsExpr Whether the receiver was parsed as an expression.
2966 /// IsExpr is true), the parsed expression. If the receiver was parsed
2967 /// as a type (\c IsExpr is false), the parsed type.
2978 bool Parser::ParseObjCXXMessageReceiver(bool &IsExpr, void *&TypeOrExpr) {
2995 IsExpr = true;
3028 IsExpr = true;
3042 IsExpr = false;
3122 bool IsExpr;
3124 if (ParseObjCXXMessageReceiver(IsExpr, TypeOrExpr)) {
3129 if (IsExpr)