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