Searched refs:DictionaryLiteral (Results 1 – 3 of 3) sorted by relevance
2350 else if (auto DictionaryLiteral = dyn_cast<ObjCDictionaryLiteral>(Element)) in checkCollectionLiteralElement() local2351 S.ObjC().checkDictionaryLiteral(TargetElementType, DictionaryLiteral); in checkCollectionLiteralElement()2382 QualType TargetType, ObjCDictionaryLiteral *DictionaryLiteral) { in checkDictionaryLiteral() argument2401 for (unsigned I = 0, N = DictionaryLiteral->getNumElements(); I != N; ++I) { in checkDictionaryLiteral()2402 auto Element = DictionaryLiteral->getKeyValueElement(I); in checkDictionaryLiteral()
10795 else if (auto *DictionaryLiteral = dyn_cast<ObjCDictionaryLiteral>(E)) in CheckImplicitConversion() local10796 ObjC().checkDictionaryLiteral(QualType(Target, 0), DictionaryLiteral); in CheckImplicitConversion()
176 ObjCDictionaryLiteral *DictionaryLiteral);