Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1723 Out << *ConstructorShadow->getNominatedBaseClass(); in VisitUsingDecl()
H A DTextNodeDumper.cpp2665 dumpBareDeclRef(D->getNominatedBaseClass()); in VisitConstructorUsingShadowDecl()
H A DDeclCXX.cpp3151 CXXRecordDecl *ConstructorUsingShadowDecl::getNominatedBaseClass() const { in getNominatedBaseClass() function in ConstructorUsingShadowDecl
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3692 CXXRecordDecl *getNominatedBaseClass() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp8927 InheritedFrom = Inherited.getShadowDecl()->getNominatedBaseClass(); in Diagnose()
H A DSemaOverload.cpp10876 << Shadow->getNominatedBaseClass(); in MaybeEmitInheritedConstructorNote()
H A DSemaDeclCXX.cpp7249 auto *DNominatedBase = DShadow->getNominatedBaseClass(); in InheritedConstructorInfo()