Searched refs:KeyExpr (Results 1 – 1 of 1) sorted by relevance
3527 ExprResult KeyExpr; in ParseObjCDictionaryLiteral() local3530 KeyExpr = ParseAssignmentExpression(); in ParseObjCDictionaryLiteral()3531 if (KeyExpr.isInvalid()) { in ParseObjCDictionaryLiteral()3536 return KeyExpr; in ParseObjCDictionaryLiteral()3555 KeyExpr = Actions.CorrectDelayedTyposInExpr(KeyExpr.get()); in ParseObjCDictionaryLiteral()3557 if (KeyExpr.isInvalid() || ValueExpr.isInvalid()) in ParseObjCDictionaryLiteral()3569 ObjCDictionaryElement Element = {KeyExpr.get(), ValueExpr.get(), in ParseObjCDictionaryLiteral()