Searched defs:ObjCSubscriptRefExpr (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExprObjC.h762 /// ObjCSubscriptRefExpr - used for array and dictionary subscripting.
765 class ObjCSubscriptRefExpr : public Expr { class in namespace:clang
776 // For immutable objects this is null. When ObjCSubscriptRefExpr is to read
782 ObjCSubscriptRefExpr(Expr *base, Expr *key, QualType T, function in class:clang::ObjCSubscriptRefExpr
797 explicit ObjCSubscriptRefExpr(EmptyShell Empty) function in class:clang::ObjCSubscriptRefExpr
800 static ObjCSubscriptRefExpr *Create(ASTContext &C,
816 static bool classof(const ObjCSubscriptRefExpr *) { return true; }

Completed in 59 milliseconds