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

/external/clang/include/clang/AST/
H A DExprObjC.h773 /// ObjCSubscriptRefExpr - used for array and dictionary subscripting.
776 class ObjCSubscriptRefExpr : public Expr { class in namespace:clang
787 // For immutable objects this is null. When ObjCSubscriptRefExpr is to read
793 ObjCSubscriptRefExpr(Expr *base, Expr *key, QualType T, function in class:clang::ObjCSubscriptRefExpr
808 explicit ObjCSubscriptRefExpr(EmptyShell Empty) function in class:clang::ObjCSubscriptRefExpr
811 static ObjCSubscriptRefExpr *Create(const ASTContext &C,

Completed in 172 milliseconds