Searched refs:KeyExpr (Results 1 – 1 of 1) sorted by relevance
3514 ExprResult KeyExpr; in ParseObjCDictionaryLiteral() local3517 KeyExpr = ParseAssignmentExpression(); in ParseObjCDictionaryLiteral()3518 if (KeyExpr.isInvalid()) { in ParseObjCDictionaryLiteral()3523 return KeyExpr; in ParseObjCDictionaryLiteral()3542 KeyExpr = Actions.CorrectDelayedTyposInExpr(KeyExpr.get()); in ParseObjCDictionaryLiteral()3544 if (KeyExpr.isInvalid() || ValueExpr.isInvalid()) in ParseObjCDictionaryLiteral()3556 ObjCDictionaryElement Element = {KeyExpr.get(), ValueExpr.get(), in ParseObjCDictionaryLiteral()