Searched refs:getIntroducer (Results 1 – 8 of 8) sorted by relevance
3128 BaseUsingDecl *UsingShadowDecl::getIntroducer() const { in getIntroducer() function in UsingShadowDecl3152 return getIntroducer()->getQualifier()->getAsRecordDecl(); in getNominatedBaseClass()3159 assert(S->getIntroducer() == this); in addShadowDecl()3168 assert(S->getIntroducer() == this); in removeShadowDecl()
5219 Expected<BaseUsingDecl *> ToIntroducerOrErr = import(D->getIntroducer()); in VisitUsingShadowDecl()
3407 BaseUsingDecl *getIntroducer() const;3662 UsingDecl *getIntroducer() const { in getIntroducer() function3663 return cast<UsingDecl>(UsingShadowDecl::getIntroducer()); in getIntroducer()
1320 if (UsingDecl *UD = dyn_cast<UsingDecl>(Shadow->getIntroducer())) { in IsMicrosoftUsingDeclarationAccessBug()
4001 cast<UsingShadowDecl>(ND)->getIntroducer() == D) in checkHidden()
7267 ConstructedBaseIntroducer = D->getIntroducer(); in InheritedConstructorInfo()7278 S.Diag(D->getIntroducer()->getLocation(), in InheritedConstructorInfo()12584 Shadow->getIntroducer()->removeShadowDecl(Shadow); in HideUsingShadowDecl()
3471 S.Diag(OldS->getIntroducer()->getLocation(), diag::note_using_decl) << 0; in checkUsingShadowRedecl()3545 Diag(Shadow->getIntroducer()->getLocation(), diag::note_using_decl) in MergeFunctionDecl()17475 Diag(Shadow->getIntroducer()->getLocation(), diag::note_using_decl) in ActOnTag()
1960 Diag(Shadow->getIntroducer()->getLocation(), diag::note_using_decl) << 0; in CheckClassTemplate()