Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp6246 auto *DConstructedBase = DShadow->getConstructedBaseClass(); in InheritedConstructorInfo() local
6253 std::make_pair(DConstructedBase->getCanonicalDecl(), in InheritedConstructorInfo()
6256 assert(DNominatedBase == DConstructedBase); in InheritedConstructorInfo()
6262 ConstructedBase = DConstructedBase; in InheritedConstructorInfo()
6264 } else if (ConstructedBase != DConstructedBase && in InheritedConstructorInfo()
6276 << DConstructedBase; in InheritedConstructorInfo()