Searched refs:KeyExpr (Results 1 – 1 of 1) sorted by relevance
3104 ExprResult KeyExpr; in ParseObjCDictionaryLiteral() local3107 KeyExpr = ParseAssignmentExpression(); in ParseObjCDictionaryLiteral()3108 if (KeyExpr.isInvalid()) { in ParseObjCDictionaryLiteral()3113 return KeyExpr; in ParseObjCDictionaryLiteral()3140 ObjCDictionaryElement Element = {KeyExpr.get(), ValueExpr.get(), in ParseObjCDictionaryLiteral()