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.h2525 ConstructorUsingShadowDecl *getShadowDecl() const { return Shadow; } in getShadowDecl() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1599 Record.AddDeclRef(Inherited.getShadowDecl()); in VisitCXXConstructorDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7502 S, Loc, CD->getInheritedConstructor().getShadowDecl()); in computeImplicitExceptionSpec()
14029 Ctor->getInheritedConstructor().getShadowDecl()); in NoteDeletedInheritingConstructor()
14058 Constructor->getInheritedConstructor().getShadowDecl(); in DefineInheritingConstructor()
H A DSemaInit.cpp8927 InheritedFrom = Inherited.getShadowDecl()->getNominatedBaseClass(); in Diagnose()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp330 !Inherited.getShadowDecl()->constructsVirtualBase() || in inheritingCtorHasParams()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4677 importChecked(Err, From.getShadowDecl()); in ImportInheritedConstructor()