Home
last modified time | relevance | path

Searched refs:TargetElementType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp13391 QualType TargetElementType, in checkObjCCollectionLiteralElement() argument
13404 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() local
13441 checkObjCCollectionLiteralElement(S, TargetElementType, in checkObjCArrayLiteral()