Searched refs:KeyValues (Results 1 – 2 of 2) sorted by relevance
948 ObjCDictionaryLiteral::KeyValuePair *KeyValues = E->getKeyValues(); in VisitObjCDictionaryLiteral() local951 KeyValues[I].Key = Reader.ReadSubExpr(); in VisitObjCDictionaryLiteral()952 KeyValues[I].Value = Reader.ReadSubExpr(); in VisitObjCDictionaryLiteral()
4158 KeyValuePair *KeyValues = getKeyValues(); in ObjCDictionaryLiteral() local4172 KeyValues[I].Key = VK[I].Key; in ObjCDictionaryLiteral()4173 KeyValues[I].Value = VK[I].Value; in ObjCDictionaryLiteral()