Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
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()
DQualTypeNames.cpp84 if (UsingShadowDecl *USD = TName.getAsUsingShadowDecl()) in getFullyQualifiedTemplateName()
DASTImporter.cpp9465 auto UsingOrError = Import(From.getAsUsingShadowDecl()); in Import()
DASTContext.cpp6213 return DeclarationNameInfo(Name.getAsUsingShadowDecl()->getDeclName(), in getNameForTemplate()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DTemplateName.h313 UsingShadowDecl *getAsUsingShadowDecl() const;
DPropertiesBase.td622 let Read = [{ node.getAsUsingShadowDecl() }];