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()
84 if (UsingShadowDecl *USD = TName.getAsUsingShadowDecl()) in getFullyQualifiedTemplateName()
9465 auto UsingOrError = Import(From.getAsUsingShadowDecl()); in Import()
6213 return DeclarationNameInfo(Name.getAsUsingShadowDecl()->getDeclName(), in getNameForTemplate()
313 UsingShadowDecl *getAsUsingShadowDecl() const;
622 let Read = [{ node.getAsUsingShadowDecl() }];