Searched refs:DictionaryLiteral (Results 1 – 3 of 3) sorted by relevance
2349 else if (auto DictionaryLiteral = dyn_cast<ObjCDictionaryLiteral>(Element)) in checkCollectionLiteralElement() local2350 S.ObjC().checkDictionaryLiteral(TargetElementType, DictionaryLiteral); in checkCollectionLiteralElement()2381 QualType TargetType, ObjCDictionaryLiteral *DictionaryLiteral) { in checkDictionaryLiteral() argument2400 for (unsigned I = 0, N = DictionaryLiteral->getNumElements(); I != N; ++I) { in checkDictionaryLiteral()2401 auto Element = DictionaryLiteral->getKeyValueElement(I); in checkDictionaryLiteral()
12160 else if (auto *DictionaryLiteral = dyn_cast<ObjCDictionaryLiteral>(E)) in CheckImplicitConversion() local12161 ObjC().checkDictionaryLiteral(QualType(Target, 0), DictionaryLiteral); in CheckImplicitConversion()
178 ObjCDictionaryLiteral *DictionaryLiteral);