Searched refs:TargetElementType (Results 1 – 1 of 1) sorted by relevance
12352 QualType TargetElementType, in checkObjCCollectionLiteralElement() argument12365 S.CheckSingleAssignmentConstraints(TargetElementType, in checkObjCCollectionLiteralElement()12370 << ElementType << ElementKind << TargetElementType in checkObjCCollectionLiteralElement()12375 checkObjCArrayLiteral(S, TargetElementType, ArrayLiteral); in checkObjCCollectionLiteralElement()12377 checkObjCDictionaryLiteral(S, TargetElementType, DictionaryLiteral); in checkObjCCollectionLiteralElement()12400 QualType TargetElementType = TypeArgs[0]; in checkObjCArrayLiteral() local12402 checkObjCCollectionLiteralElement(S, TargetElementType, in checkObjCArrayLiteral()