Lines Matching full:default
35 virtual ~ClassHierarchyItem() = default;
37 ClassHierarchyItem(const ClassHierarchyItem &other) = default;
38 ClassHierarchyItem(ClassHierarchyItem &&other) = default;
39 ClassHierarchyItem &operator=(const ClassHierarchyItem &other) = default;
40 ClassHierarchyItem &operator=(ClassHierarchyItem &&other) = default;
63 ~ClassPropertyItem() override = default;
65 ClassPropertyItem(const ClassPropertyItem &other) = default;
66 ClassPropertyItem(ClassPropertyItem &&other) = default;
67 ClassPropertyItem &operator=(const ClassPropertyItem &other) = default;
68 ClassPropertyItem &operator=(ClassPropertyItem &&other) = default;
99 ~ClassMethodItem() override = default;
101 ClassMethodItem(const ClassMethodItem &other) = default;
102 ClassMethodItem(ClassMethodItem &&other) = default;
103 ClassMethodItem &operator=(const ClassMethodItem &other) = default;
104 ClassMethodItem &operator=(ClassMethodItem &&other) = default;