Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp6244 auto *DShadow = cast<ConstructorUsingShadowDecl>(D); in InheritedConstructorInfo() local
6245 auto *DNominatedBase = DShadow->getNominatedBaseClass(); in InheritedConstructorInfo()
6246 auto *DConstructedBase = DShadow->getConstructedBaseClass(); in InheritedConstructorInfo()
6250 DShadow->getNominatedBaseClassShadowDecl())); in InheritedConstructorInfo()
6251 if (DShadow->constructsVirtualBase()) in InheritedConstructorInfo()
6254 DShadow->getConstructedBaseClassShadowDecl())); in InheritedConstructorInfo()