Searched defs:ObjCEncodeExpr (Results 1 – 2 of 2) sorted by relevance
65 ObjCEncodeExpr(QualType T, TypeSourceInfo *EncodedType, in ObjCEncodeExpr() function74 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){} in ObjCEncodeExpr() function96 static bool classof(const ObjCEncodeExpr *) { return true; } in classof()
53 class ObjCEncodeExpr; variable