Searched refs:DictionaryLiteral (Results 1 – 1 of 1) sorted by relevance
13718 ObjCDictionaryLiteral *DictionaryLiteral);13747 else if (auto DictionaryLiteral = dyn_cast<ObjCDictionaryLiteral>(Element)) in checkObjCCollectionLiteralElement() local13748 checkObjCDictionaryLiteral(S, TargetElementType, DictionaryLiteral); in checkObjCCollectionLiteralElement()13783 ObjCDictionaryLiteral *DictionaryLiteral) { in checkObjCDictionaryLiteral() argument13802 for (unsigned I = 0, N = DictionaryLiteral->getNumElements(); I != N; ++I) { in checkObjCDictionaryLiteral()13803 auto Element = DictionaryLiteral->getKeyValueElement(I); in checkObjCDictionaryLiteral()13949 else if (auto *DictionaryLiteral = dyn_cast<ObjCDictionaryLiteral>(E)) in CheckImplicitConversion() local13950 checkObjCDictionaryLiteral(S, QualType(Target, 0), DictionaryLiteral); in CheckImplicitConversion()