Home
last modified time | relevance | path

Searched refs:InheritConstructors (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h174 unsigned InheritConstructors : 1; variable
187 Access(A), InheritConstructors(false), BaseTypeInfo(TInfo) {} in CXXBaseSpecifier()
210 bool getInheritConstructors() const { return InheritConstructors; } in getInheritConstructors()
214 InheritConstructors = Inherit;