Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7368 auto *DConstructedBase = DShadow->getConstructedBaseClass(); in InheritedConstructorInfo() local
7375 std::make_pair(DConstructedBase->getCanonicalDecl(), in InheritedConstructorInfo()
7378 assert(DNominatedBase == DConstructedBase); in InheritedConstructorInfo()
7384 ConstructedBase = DConstructedBase; in InheritedConstructorInfo()
7386 } else if (ConstructedBase != DConstructedBase && in InheritedConstructorInfo()
7398 << DConstructedBase; in InheritedConstructorInfo()