Searched refs:DictionaryLiteral (Results 1 – 1 of 1) sorted by relevance
8038 ObjCDictionaryLiteral *DictionaryLiteral);8066 else if (auto DictionaryLiteral = dyn_cast<ObjCDictionaryLiteral>(Element)) in checkObjCCollectionLiteralElement() local8067 checkObjCDictionaryLiteral(S, TargetElementType, DictionaryLiteral); in checkObjCCollectionLiteralElement()8101 ObjCDictionaryLiteral *DictionaryLiteral) { in checkObjCDictionaryLiteral() argument8120 for (unsigned I = 0, N = DictionaryLiteral->getNumElements(); I != N; ++I) { in checkObjCDictionaryLiteral()8121 auto Element = DictionaryLiteral->getKeyValueElement(I); in checkObjCDictionaryLiteral()8196 else if (auto *DictionaryLiteral = dyn_cast<ObjCDictionaryLiteral>(E)) in CheckImplicitConversion() local8197 checkObjCDictionaryLiteral(S, QualType(Target, 0), DictionaryLiteral); in CheckImplicitConversion()