Searched defs:ObjCIndirectCopyRestoreExpr (Results 1 – 2 of 2) sorted by relevance
944 explicit ObjCIndirectCopyRestoreExpr(EmptyShell Empty) in ObjCIndirectCopyRestoreExpr() function948 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() function973 static bool classof(const ObjCIndirectCopyRestoreExpr *) { return true; } in classof()
187 friend class ObjCIndirectCopyRestoreExpr; variable