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

/external/clang/include/clang/AST/
H A DExprObjC.h90 /// ObjCBoxedExpr - used for generalized expression boxing.
94 class ObjCBoxedExpr : public Expr { class in namespace:clang
99 ObjCBoxedExpr(Expr *E, QualType T, ObjCMethodDecl *method, function in class:clang::ObjCBoxedExpr
105 explicit ObjCBoxedExpr(EmptyShell Empty) function in class:clang::ObjCBoxedExpr
124 static bool classof(const ObjCBoxedExpr *) { return true; }

Completed in 460 milliseconds