Home | History | Annotate | Download | only in AST

Lines Matching full:inheritconstructors

184   bool InheritConstructors : 1;
198 Access(A), InheritConstructors(false), BaseTypeInfo(TInfo) { }
216 bool getInheritConstructors() const { return InheritConstructors; }
220 InheritConstructors = Inherit;