Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7248 auto *DShadow = cast<ConstructorUsingShadowDecl>(D); in InheritedConstructorInfo() local
7249 auto *DNominatedBase = DShadow->getNominatedBaseClass(); in InheritedConstructorInfo()
7250 auto *DConstructedBase = DShadow->getConstructedBaseClass(); in InheritedConstructorInfo()
7254 DShadow->getNominatedBaseClassShadowDecl())); in InheritedConstructorInfo()
7255 if (DShadow->constructsVirtualBase()) in InheritedConstructorInfo()
7258 DShadow->getConstructedBaseClassShadowDecl())); in InheritedConstructorInfo()