Searched refs:TargetElementType (Results 1 – 1 of 1) sorted by relevance
10747 QualType TargetElementType, in checkObjCCollectionLiteralElement() argument10760 S.CheckSingleAssignmentConstraints(TargetElementType, in checkObjCCollectionLiteralElement()10765 << ElementType << ElementKind << TargetElementType in checkObjCCollectionLiteralElement()10770 checkObjCArrayLiteral(S, TargetElementType, ArrayLiteral); in checkObjCCollectionLiteralElement()10772 checkObjCDictionaryLiteral(S, TargetElementType, DictionaryLiteral); in checkObjCCollectionLiteralElement()10795 QualType TargetElementType = TypeArgs[0]; in checkObjCArrayLiteral() local10797 checkObjCCollectionLiteralElement(S, TargetElementType, in checkObjCArrayLiteral()