Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2582 ConstructorUsingShadowDecl *getShadowDecl() const { return Shadow; } in getShadowDecl() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1781 Record.AddDeclRef(Inherited.getShadowDecl()); in VisitCXXConstructorDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7659 S, Loc, CD->getInheritedConstructor().getShadowDecl()); in computeImplicitExceptionSpec()
14320 Ctor->getInheritedConstructor().getShadowDecl()); in NoteDeletedInheritingConstructor()
14349 Constructor->getInheritedConstructor().getShadowDecl(); in DefineInheritingConstructor()
H A DSemaInit.cpp9208 InheritedFrom = Inherited.getShadowDecl()->getNominatedBaseClass(); in Diagnose()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp396 !Inherited.getShadowDecl()->constructsVirtualBase() || in inheritingCtorHasParams()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4954 importChecked(Err, From.getShadowDecl()); in ImportInheritedConstructor()