Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2511 ConstructorUsingShadowDecl *getShadowDecl() const { return Shadow; } in getShadowDecl() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1556 Record.AddDeclRef(Inherited.getShadowDecl()); in VisitCXXConstructorDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7616 S, Loc, CD->getInheritedConstructor().getShadowDecl()); in computeImplicitExceptionSpec()
14156 Ctor->getInheritedConstructor().getShadowDecl()); in NoteDeletedInheritingConstructor()
14184 Constructor->getInheritedConstructor().getShadowDecl(); in DefineInheritingConstructor()
H A DSemaInit.cpp9894 InheritedFrom = Inherited.getShadowDecl()->getNominatedBaseClass(); in Diagnose()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp319 !Inherited.getShadowDecl()->constructsVirtualBase() || in inheritingCtorHasParams()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4593 importChecked(Err, From.getShadowDecl()); in ImportInheritedConstructor()