Lines Matching refs:UsingShadowDecl
1407 if (auto *Shadow = dyn_cast<UsingShadowDecl>(D)) { in addedMember()
3105 void UsingShadowDecl::anchor() {} in anchor()
3107 UsingShadowDecl::UsingShadowDecl(Kind K, ASTContext &C, DeclContext *DC, in UsingShadowDecl() function in UsingShadowDecl
3113 assert(!isa<UsingShadowDecl>(Target)); in UsingShadowDecl()
3119 UsingShadowDecl::UsingShadowDecl(Kind K, ASTContext &C, EmptyShell Empty) in UsingShadowDecl() function in UsingShadowDecl
3123 UsingShadowDecl *UsingShadowDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
3125 return new (C, ID) UsingShadowDecl(UsingShadow, C, EmptyShell()); in CreateDeserialized()
3128 BaseUsingDecl *UsingShadowDecl::getIntroducer() const { in getIntroducer()
3129 const UsingShadowDecl *Shadow = this; in getIntroducer()
3131 dyn_cast<UsingShadowDecl>(Shadow->UsingOrNextShadow)) in getIntroducer()
3157 void BaseUsingDecl::addShadowDecl(UsingShadowDecl *S) { in addShadowDecl()
3166 void BaseUsingDecl::removeShadowDecl(UsingShadowDecl *S) { in removeShadowDecl()
3174 dyn_cast<UsingShadowDecl>(S->UsingOrNextShadow)); in removeShadowDecl()
3179 UsingShadowDecl *Prev = FirstUsingShadow.getPointer(); in removeShadowDecl()
3181 Prev = cast<UsingShadowDecl>(Prev->UsingOrNextShadow); in removeShadowDecl()