Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp2348 if (auto ArrayLiteral = dyn_cast<ObjCArrayLiteral>(Element)) in checkCollectionLiteralElement() local
2349 S.ObjC().checkArrayLiteral(TargetElementType, ArrayLiteral); in checkCollectionLiteralElement()
2357 ObjCArrayLiteral *ArrayLiteral) { in checkArrayLiteral() argument
2375 for (unsigned I = 0, N = ArrayLiteral->getNumElements(); I != N; ++I) { in checkArrayLiteral()
2377 ArrayLiteral->getElement(I), 0); in checkArrayLiteral()
H A DSemaExprObjC.cpp395 bool ArrayLiteral = false) { in CheckObjCCollectionLiteralElement() argument
480 if (ArrayLiteral) in CheckObjCCollectionLiteralElement()
H A DSemaChecking.cpp10793 if (auto *ArrayLiteral = dyn_cast<ObjCArrayLiteral>(E)) in CheckImplicitConversion() local
10794 ObjC().checkArrayLiteral(QualType(Target, 0), ArrayLiteral); in CheckImplicitConversion()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h180 void checkArrayLiteral(QualType TargetType, ObjCArrayLiteral *ArrayLiteral);