Home
last modified time | relevance | path

Searched refs:getAsUsingShadowDecl (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTemplateName.cpp160 if (UsingShadowDecl *USD = getAsUsingShadowDecl()) in getAsTemplateDecl()
208 UsingShadowDecl *TemplateName::getAsUsingShadowDecl() const { in getAsUsingShadowDecl() function in TemplateName
213 return QTN->getUnderlyingTemplate().getAsUsingShadowDecl(); in getAsUsingShadowDecl()
H A DQualTypeNames.cpp84 if (UsingShadowDecl *USD = TName.getAsUsingShadowDecl()) in getFullyQualifiedTemplateName()
H A DASTImporter.cpp9465 auto UsingOrError = Import(From.getAsUsingShadowDecl()); in Import()
H A DASTContext.cpp6213 return DeclarationNameInfo(Name.getAsUsingShadowDecl()->getDeclName(), in getNameForTemplate()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTemplateName.h313 UsingShadowDecl *getAsUsingShadowDecl() const;
H A DPropertiesBase.td622 let Read = [{ node.getAsUsingShadowDecl() }];