Searched refs:BaseUsingDecl (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 71 class BaseUsingDecl; variable 3328 friend class BaseUsingDecl; variable 3355 DeclarationName Name, BaseUsingDecl *Introducer, 3365 BaseUsingDecl *Introducer, NamedDecl *Target) { in Create() 3407 BaseUsingDecl *getIntroducer() const; 3424 class BaseUsingDecl : public NamedDecl { 3433 BaseUsingDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in BaseUsingDecl() function 3519 class UsingDecl : public BaseUsingDecl, public Mergeable<UsingDecl> { 3533 : BaseUsingDecl(Using, DC, NameInfo.getLoc(), NameInfo.getName()), in UsingDecl() 3720 class UsingEnumDecl : public BaseUsingDecl, public Mergeable<UsingEnumDecl> { [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Template.h | 643 Decl *VisitBaseUsingDecls(BaseUsingDecl *D, BaseUsingDecl *Inst,
|
H A D | Sema.h | 4872 bool CheckUsingShadowDecl(BaseUsingDecl *BUD, NamedDecl *Target, 4877 UsingShadowDecl *BuildUsingShadowDecl(Scope *S, BaseUsingDecl *BUD,
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 3109 BaseUsingDecl *Introducer, NamedDecl *Target) in UsingShadowDecl() 3128 BaseUsingDecl *UsingShadowDecl::getIntroducer() const { in getIntroducer() 3133 return cast<BaseUsingDecl>(Shadow->UsingOrNextShadow); in getIntroducer() 3155 void BaseUsingDecl::anchor() {} in anchor() 3157 void BaseUsingDecl::addShadowDecl(UsingShadowDecl *S) { in addShadowDecl() 3166 void BaseUsingDecl::removeShadowDecl(UsingShadowDecl *S) { in removeShadowDecl()
|
H A D | ASTImporter.cpp | 504 ExpectedDecl ImportUsingShadowDecls(BaseUsingDecl *D, BaseUsingDecl *ToSI); 5116 ExpectedDecl ASTNodeImporter::ImportUsingShadowDecls(BaseUsingDecl *D, in ImportUsingShadowDecls() 5117 BaseUsingDecl *ToSI) { in ImportUsingShadowDecls() 5219 Expected<BaseUsingDecl *> ToIntroducerOrErr = import(D->getIntroducer()); in VisitUsingShadowDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 3295 Decl *TemplateDeclInstantiator::VisitBaseUsingDecls(BaseUsingDecl *D, in VisitBaseUsingDecls() 3296 BaseUsingDecl *Inst, in VisitBaseUsingDecls()
|
H A D | SemaDeclCXX.cpp | 7243 BaseUsingDecl *ConstructedBaseIntroducer = nullptr; in InheritedConstructorInfo() 12344 bool Sema::CheckUsingShadowDecl(BaseUsingDecl *BUD, NamedDecl *Orig, in CheckUsingShadowDecl() 12526 UsingShadowDecl *Sema::BuildUsingShadowDecl(Scope *S, BaseUsingDecl *BUD, in BuildUsingShadowDecl()
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 6679 AST_MATCHER_P(BaseUsingDecl, hasAnyUsingShadowDecl, in AST_MATCHER_P() argument
|