Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7242 CXXRecordDecl *ConstructedBase = nullptr; in InheritedConstructorInfo() local
7265 if (!ConstructedBase) { in InheritedConstructorInfo()
7266 ConstructedBase = DConstructedBase; in InheritedConstructorInfo()
7268 } else if (ConstructedBase != DConstructedBase && in InheritedConstructorInfo()
7275 << ConstructedBase; in InheritedConstructorInfo()