Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp2347 if (auto ArrayLiteral = dyn_cast<ObjCArrayLiteral>(Element)) in checkCollectionLiteralElement() local
2348 S.ObjC().checkArrayLiteral(TargetElementType, ArrayLiteral); in checkCollectionLiteralElement()
2356 ObjCArrayLiteral *ArrayLiteral) { in checkArrayLiteral() argument
2374 for (unsigned I = 0, N = ArrayLiteral->getNumElements(); I != N; ++I) { in checkArrayLiteral()
2376 ArrayLiteral->getElement(I), 0); in checkArrayLiteral()
H A DSemaExprObjC.cpp393 bool ArrayLiteral = false) { in CheckObjCCollectionLiteralElement() argument
478 if (ArrayLiteral) in CheckObjCCollectionLiteralElement()
H A DSemaChecking.cpp12158 if (auto *ArrayLiteral = dyn_cast<ObjCArrayLiteral>(E)) in CheckImplicitConversion() local
12159 ObjC().checkArrayLiteral(QualType(Target, 0), ArrayLiteral); in CheckImplicitConversion()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h182 void checkArrayLiteral(QualType TargetType, ObjCArrayLiteral *ArrayLiteral);