Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1761 Out << *ConstructorShadow->getNominatedBaseClass(); in VisitUsingDecl()
H A DTextNodeDumper.cpp2414 dumpBareDeclRef(D->getNominatedBaseClass()); in VisitConstructorUsingShadowDecl()
H A DDeclCXX.cpp3120 CXXRecordDecl *ConstructorUsingShadowDecl::getNominatedBaseClass() const { in getNominatedBaseClass() function in ConstructorUsingShadowDecl
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3678 CXXRecordDecl *getNominatedBaseClass() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp9894 InheritedFrom = Inherited.getShadowDecl()->getNominatedBaseClass(); in Diagnose()
H A DSemaOverload.cpp10864 << Shadow->getNominatedBaseClass(); in MaybeEmitInheritedConstructorNote()
H A DSemaDeclCXX.cpp7367 auto *DNominatedBase = DShadow->getNominatedBaseClass(); in InheritedConstructorInfo()