Searched refs:getAsUsingShadowDecl (Results 1 – 6 of 6) sorted by relevance
160 if (UsingShadowDecl *USD = getAsUsingShadowDecl()) in getAsTemplateDecl()208 UsingShadowDecl *TemplateName::getAsUsingShadowDecl() const { in getAsUsingShadowDecl() function in TemplateName213 return QTN->getUnderlyingTemplate().getAsUsingShadowDecl(); in getAsUsingShadowDecl()285 if (const auto* USD = getAsUsingShadowDecl()) in Profile()
84 if (UsingShadowDecl *USD = TName.getAsUsingShadowDecl()) in getFullyQualifiedTemplateName()
6225 return DeclarationNameInfo(Name.getAsUsingShadowDecl()->getDeclName(), in getNameForTemplate()
9805 auto UsingOrError = Import(From.getAsUsingShadowDecl()); in Import()
313 UsingShadowDecl *getAsUsingShadowDecl() const;
639 let Read = [{ node.getAsUsingShadowDecl() }];