Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp2149 dumpBareDeclRef(D->getNominatedBaseClassShadowDecl()); in VisitConstructorUsingShadowDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3538 ConstructorUsingShadowDecl *getNominatedBaseClassShadowDecl() const { in getNominatedBaseClassShadowDecl() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3073 if (auto *BaseShadow = CUSD->getNominatedBaseClassShadowDecl()) in VisitBaseUsingDecls()
H A DSemaDeclCXX.cpp7014 DShadow->getNominatedBaseClassShadowDecl())); in InheritedConstructorInfo()