Searched refs:KeyValues (Results 1 – 2 of 2) sorted by relevance
67 KeyValuePair *KeyValues = getTrailingObjects<KeyValuePair>(); in ObjCDictionaryLiteral() local82 KeyValues[I].Key = VK[I].Key; in ObjCDictionaryLiteral()83 KeyValues[I].Value = VK[I].Value; in ObjCDictionaryLiteral()
1103 auto *KeyValues = in VisitObjCDictionaryLiteral() local1108 KeyValues[I].Key = Record.readSubExpr(); in VisitObjCDictionaryLiteral()1109 KeyValues[I].Value = Record.readSubExpr(); in VisitObjCDictionaryLiteral()