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