Searched refs:DictionaryLiteral (Results 1 – 1 of 1) sorted by relevance
7073 ObjCDictionaryLiteral *DictionaryLiteral);7103 else if (auto DictionaryLiteral = dyn_cast<ObjCDictionaryLiteral>(Element)) in checkObjCCollectionLiteralElement() local7104 checkObjCDictionaryLiteral(S, TargetElementType, DictionaryLiteral); in checkObjCCollectionLiteralElement()7139 ObjCDictionaryLiteral *DictionaryLiteral) { in checkObjCDictionaryLiteral() argument7158 for (unsigned I = 0, N = DictionaryLiteral->getNumElements(); I != N; ++I) { in checkObjCDictionaryLiteral()7159 auto Element = DictionaryLiteral->getKeyValueElement(I); in checkObjCDictionaryLiteral()7208 else if (auto *DictionaryLiteral = dyn_cast<ObjCDictionaryLiteral>(E)) in CheckImplicitConversion() local7209 checkObjCDictionaryLiteral(S, QualType(Target, 0), DictionaryLiteral); in CheckImplicitConversion()