Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
268 if (const auto* USD = getAsUsingShadowDecl()) in Profile()
H A DQualTypeNames.cpp85 if (UsingShadowDecl *USD = TName.getAsUsingShadowDecl()) in getFullyQualifiedTemplateName()
H A DTextNodeDumper.cpp1168 const UsingShadowDecl *USD = TN.getAsUsingShadowDecl(); in dumpBareTemplateName()
H A DASTImporter.cpp9899 auto UsingOrError = Import(From.getAsUsingShadowDecl()); in Import()
H A DASTContext.cpp6671 return DeclarationNameInfo(Name.getAsUsingShadowDecl()->getDeclName(), in getNameForTemplate()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h314 UsingShadowDecl *getAsUsingShadowDecl() const;
H A DPropertiesBase.td642 let Read = [{ node.getAsUsingShadowDecl() }];
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3040 TemplateId->Template.get().getAsUsingShadowDecl(); in InventTemplateParameter()
5978 UsingShadowDecl *USD = TN.getAsUsingShadowDecl()) in VisitAutoTypeLoc()
H A DSemaTemplate.cpp1113 UsingShadowDecl *USD = TN.getAsUsingShadowDecl(); in BuildTypeConstraint()