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

/external/clang/include/clang/AST/
H A DExprObjC.h88 /// ObjCBoxedExpr - used for generalized expression boxing.
92 class ObjCBoxedExpr : public Expr { class in namespace:clang
97 ObjCBoxedExpr(Expr *E, QualType T, ObjCMethodDecl *method, function in class:clang::ObjCBoxedExpr
103 explicit ObjCBoxedExpr(EmptyShell Empty) function in class:clang::ObjCBoxedExpr

Completed in 67 milliseconds