Lines Matching refs:ObjCArrayLiteral
142 /// ObjCArrayLiteral - used for objective-c array containers; as in:
144 class ObjCArrayLiteral : public Expr {
149 ObjCArrayLiteral(ArrayRef<Expr *> Elements,
153 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements)
157 static ObjCArrayLiteral *Create(const ASTContext &C,
162 static ObjCArrayLiteral *CreateEmpty(const ASTContext &C,