Searched refs:TargetElementType (Results 1 – 1 of 1) sorted by relevance
15464 QualType TargetElementType, in checkObjCCollectionLiteralElement() argument15477 S.CheckSingleAssignmentConstraints(TargetElementType, in checkObjCCollectionLiteralElement()15482 << ElementType << ElementKind << TargetElementType in checkObjCCollectionLiteralElement()15487 checkObjCArrayLiteral(S, TargetElementType, ArrayLiteral); in checkObjCCollectionLiteralElement()15489 checkObjCDictionaryLiteral(S, TargetElementType, DictionaryLiteral); in checkObjCCollectionLiteralElement()15512 QualType TargetElementType = TypeArgs[0]; in checkObjCArrayLiteral() local15514 checkObjCCollectionLiteralElement(S, TargetElementType, in checkObjCArrayLiteral()