Searched refs:KeyValues (Results 1 – 2 of 2) sorted by relevance
57 KeyValuePair *KeyValues = getTrailingObjects<KeyValuePair>(); in ObjCDictionaryLiteral() local61 KeyValues[I].Key = VK[I].Key; in ObjCDictionaryLiteral()62 KeyValues[I].Value = VK[I].Value; in ObjCDictionaryLiteral()
1489 auto *KeyValues = in VisitObjCDictionaryLiteral() local1494 KeyValues[I].Key = Record.readSubExpr(); in VisitObjCDictionaryLiteral()1495 KeyValues[I].Value = Record.readSubExpr(); in VisitObjCDictionaryLiteral()