Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2388 ConstructorUsingShadowDecl *getShadowDecl() const { return Shadow; } in getShadowDecl() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1414 Record.AddDeclRef(Inherited.getShadowDecl()); in VisitCXXConstructorDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7253 S, Loc, CD->getInheritedConstructor().getShadowDecl()); in computeImplicitExceptionSpec()
13406 Ctor->getInheritedConstructor().getShadowDecl()); in NoteDeletedInheritingConstructor()
13434 Constructor->getInheritedConstructor().getShadowDecl(); in DefineInheritingConstructor()
H A DSemaInit.cpp9306 InheritedFrom = Inherited.getShadowDecl()->getNominatedBaseClass(); in Diagnose()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp305 !Inherited.getShadowDecl()->constructsVirtualBase() || in inheritingCtorHasParams()