Searched refs:KeyValuePair (Results 1 – 4 of 4) sorted by relevance
57 KeyValuePair *KeyValues = getTrailingObjects<KeyValuePair>(); in ObjCDictionaryLiteral()79 void *Mem = C.Allocate(totalSizeToAlloc<KeyValuePair, ExpansionData>( in Create()87 void *Mem = C.Allocate(totalSizeToAlloc<KeyValuePair, ExpansionData>( in CreateEmpty()
324 using KeyValuePair = ObjCDictionaryLiteral_KeyValuePair; variable337 size_t numTrailingObjects(OverloadToken<KeyValuePair>) const { in numTrailingObjects() argument362 const KeyValuePair &KV = getTrailingObjects<KeyValuePair>()[Index]; in getKeyValueElement()387 static_assert(sizeof(KeyValuePair) == sizeof(Stmt *) * 2, in children()390 reinterpret_cast<Stmt **>(getTrailingObjects<KeyValuePair>()), in children()391 reinterpret_cast<Stmt **>(getTrailingObjects<KeyValuePair>()) + in children()
727 for (auto &KeyValuePair : OuterAnalysisInvalidationMap) { in invalidate()728 AnalysisKey *OuterID = KeyValuePair.first; in invalidate()729 auto &InnerIDs = KeyValuePair.second; in invalidate()
1490 E->getTrailingObjects<ObjCDictionaryLiteral::KeyValuePair>(); in VisitObjCDictionaryLiteral()