Searched refs:KeyValues (Results 1 – 2 of 2) sorted by relevance
853 ObjCDictionaryLiteral::KeyValuePair *KeyValues = E->getKeyValues(); in VisitObjCDictionaryLiteral() local856 KeyValues[I].Key = Reader.ReadSubExpr(); in VisitObjCDictionaryLiteral()857 KeyValues[I].Value = Reader.ReadSubExpr(); in VisitObjCDictionaryLiteral()
3848 KeyValuePair *KeyValues = getKeyValues(); in ObjCDictionaryLiteral() local3862 KeyValues[I].Key = VK[I].Key; in ObjCDictionaryLiteral()3863 KeyValues[I].Value = VK[I].Value; in ObjCDictionaryLiteral()