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

/external/clang/include/clang/AST/
H A DExprObjC.h337 /// ObjCEncodeExpr, used for \@encode in Objective-C. \@encode has the same
340 class ObjCEncodeExpr : public Expr { class in namespace:clang
344 ObjCEncodeExpr(QualType T, TypeSourceInfo *EncodedType, function in class:clang::ObjCEncodeExpr
353 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){} function in class:clang::ObjCEncodeExpr
375 static bool classof(const ObjCEncodeExpr *) { return true; }

Completed in 54 milliseconds