Searched refs:KeyValuePair (Results 1 – 4 of 4) sorted by relevance
60 KeyValuePair *KeyValues = getTrailingObjects<KeyValuePair>(); in ObjCDictionaryLiteral()82 void *Mem = C.Allocate(totalSizeToAlloc<KeyValuePair, ExpansionData>( in Create()90 void *Mem = C.Allocate(totalSizeToAlloc<KeyValuePair, ExpansionData>( in CreateEmpty()
325 using KeyValuePair = ObjCDictionaryLiteral_KeyValuePair; variable338 size_t numTrailingObjects(OverloadToken<KeyValuePair>) const { in numTrailingObjects() argument363 const KeyValuePair &KV = getTrailingObjects<KeyValuePair>()[Index]; in getKeyValueElement()388 static_assert(sizeof(KeyValuePair) == sizeof(Stmt *) * 2, in children()391 reinterpret_cast<Stmt **>(getTrailingObjects<KeyValuePair>()), in children()392 reinterpret_cast<Stmt **>(getTrailingObjects<KeyValuePair>()) + in children()
1091 for (auto &KeyValuePair : OuterAnalysisInvalidationMap) { in invalidate()1092 AnalysisKey *OuterID = KeyValuePair.first; in invalidate()1093 auto &InnerIDs = KeyValuePair.second; in invalidate()
1435 E->getTrailingObjects<ObjCDictionaryLiteral::KeyValuePair>(); in VisitObjCDictionaryLiteral()