Searched refs:KeyValues (Results 1 – 2 of 2) sorted by relevance
61 KeyValuePair *KeyValues = getTrailingObjects<KeyValuePair>(); in ObjCDictionaryLiteral() local76 KeyValues[I].Key = VK[I].Key; in ObjCDictionaryLiteral()77 KeyValues[I].Value = VK[I].Value; in ObjCDictionaryLiteral()
993 ObjCDictionaryLiteral::KeyValuePair *KeyValues = in VisitObjCDictionaryLiteral() local998 KeyValues[I].Key = Reader.ReadSubExpr(); in VisitObjCDictionaryLiteral()999 KeyValues[I].Value = Reader.ReadSubExpr(); in VisitObjCDictionaryLiteral()