Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDDeclPrinter.cpp1723 Out << *ConstructorShadow->getNominatedBaseClass(); in VisitUsingDecl()
HDTextNodeDumper.cpp2665 dumpBareDeclRef(D->getNominatedBaseClass()); in VisitConstructorUsingShadowDecl()
HDDeclCXX.cpp3151 CXXRecordDecl *ConstructorUsingShadowDecl::getNominatedBaseClass() const { in getNominatedBaseClass() function in ConstructorUsingShadowDecl
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclCXX.h3692 CXXRecordDecl *getNominatedBaseClass() const;
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaInit.cpp8927 InheritedFrom = Inherited.getShadowDecl()->getNominatedBaseClass(); in Diagnose()
HDSemaOverload.cpp10876 << Shadow->getNominatedBaseClass(); in MaybeEmitInheritedConstructorNote()
HDSemaDeclCXX.cpp7249 auto *DNominatedBase = DShadow->getNominatedBaseClass(); in InheritedConstructorInfo()