Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCSubscriptRefExpr

773 /// ObjCSubscriptRefExpr - used for array and dictionary subscripting.
776 class ObjCSubscriptRefExpr : public Expr {
787 // For immutable objects this is null. When ObjCSubscriptRefExpr is to read
793 ObjCSubscriptRefExpr(Expr *base, Expr *key, QualType T,
808 explicit ObjCSubscriptRefExpr(EmptyShell Empty)
811 static ObjCSubscriptRefExpr *Create(const ASTContext &C,