Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h2434 ConstructorUsingShadowDecl *getShadowDecl() const { return Shadow; } in getShadowDecl() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp1442 Record.AddDeclRef(Inherited.getShadowDecl()); in VisitCXXConstructorDecl()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp7412 S, Loc, CD->getInheritedConstructor().getShadowDecl()); in computeImplicitExceptionSpec()
13717 Ctor->getInheritedConstructor().getShadowDecl()); in NoteDeletedInheritingConstructor()
13745 Constructor->getInheritedConstructor().getShadowDecl(); in DefineInheritingConstructor()
H A DSemaInit.cpp9730 InheritedFrom = Inherited.getShadowDecl()->getNominatedBaseClass(); in Diagnose()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp315 !Inherited.getShadowDecl()->constructsVirtualBase() || in inheritingCtorHasParams()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp4365 importChecked(Err, From.getShadowDecl()); in ImportInheritedConstructor()