Searched refs:TargetElementType (Results 1 – 1 of 1) sorted by relevance
13723 QualType TargetElementType, in checkObjCCollectionLiteralElement() argument13736 S.CheckSingleAssignmentConstraints(TargetElementType, in checkObjCCollectionLiteralElement()13741 << ElementType << ElementKind << TargetElementType in checkObjCCollectionLiteralElement()13746 checkObjCArrayLiteral(S, TargetElementType, ArrayLiteral); in checkObjCCollectionLiteralElement()13748 checkObjCDictionaryLiteral(S, TargetElementType, DictionaryLiteral); in checkObjCCollectionLiteralElement()13771 QualType TargetElementType = TypeArgs[0]; in checkObjCArrayLiteral() local13773 checkObjCCollectionLiteralElement(S, TargetElementType, in checkObjCArrayLiteral()