Searched refs:TargetElementType (Results 1 – 1 of 1) sorted by relevance
13391 QualType TargetElementType, in checkObjCCollectionLiteralElement() argument13404 S.CheckSingleAssignmentConstraints(TargetElementType, in checkObjCCollectionLiteralElement()13409 << ElementType << ElementKind << TargetElementType in checkObjCCollectionLiteralElement()13414 checkObjCArrayLiteral(S, TargetElementType, ArrayLiteral); in checkObjCCollectionLiteralElement()13416 checkObjCDictionaryLiteral(S, TargetElementType, DictionaryLiteral); in checkObjCCollectionLiteralElement()13439 QualType TargetElementType = TypeArgs[0]; in checkObjCArrayLiteral() local13441 checkObjCCollectionLiteralElement(S, TargetElementType, in checkObjCArrayLiteral()