Searched refs:TargetElementType (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 8042 void checkObjCCollectionLiteralElement(Sema &S, QualType TargetElementType, in checkObjCCollectionLiteralElement() argument 8054 S.CheckSingleAssignmentConstraints(TargetElementType, in checkObjCCollectionLiteralElement() 8060 << ElementType << ElementKind << TargetElementType in checkObjCCollectionLiteralElement() 8065 checkObjCArrayLiteral(S, TargetElementType, ArrayLiteral); in checkObjCCollectionLiteralElement() 8067 checkObjCDictionaryLiteral(S, TargetElementType, DictionaryLiteral); in checkObjCCollectionLiteralElement() 8090 QualType TargetElementType = TypeArgs[0]; in checkObjCArrayLiteral() local 8092 checkObjCCollectionLiteralElement(S, TargetElementType, in checkObjCArrayLiteral()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 11819 QualType TargetElementType, in checkObjCCollectionLiteralElement() argument 11832 S.CheckSingleAssignmentConstraints(TargetElementType, in checkObjCCollectionLiteralElement() 11837 << ElementType << ElementKind << TargetElementType in checkObjCCollectionLiteralElement() 11842 checkObjCArrayLiteral(S, TargetElementType, ArrayLiteral); in checkObjCCollectionLiteralElement() 11844 checkObjCDictionaryLiteral(S, TargetElementType, DictionaryLiteral); in checkObjCCollectionLiteralElement() 11867 QualType TargetElementType = TypeArgs[0]; in checkObjCArrayLiteral() local 11869 checkObjCCollectionLiteralElement(S, TargetElementType, in checkObjCArrayLiteral()
|