Home | History | Annotate | Download | only in Parse

Lines Matching refs:IsExpr

2195 /// \param IsExpr Whether the receiver was parsed as an expression.
2198 /// IsExpr is true), the parsed expression. If the receiver was parsed
2199 /// as a type (\c IsExpr is false), the parsed type.
2210 bool Parser::ParseObjCXXMessageReceiver(bool &IsExpr, void *&TypeOrExpr) {
2224 IsExpr = true;
2257 IsExpr = true;
2270 IsExpr = false;
2350 bool IsExpr;
2352 if (ParseObjCXXMessageReceiver(IsExpr, TypeOrExpr)) {
2357 if (IsExpr)