Searched refs:BaseUsingDecl (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 71 class BaseUsingDecl; variable 3391 friend class BaseUsingDecl; variable 3418 DeclarationName Name, BaseUsingDecl *Introducer, 3428 BaseUsingDecl *Introducer, NamedDecl *Target) { in Create() 3470 BaseUsingDecl *getIntroducer() const; 3487 class BaseUsingDecl : public NamedDecl { 3496 BaseUsingDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in BaseUsingDecl() function 3582 class UsingDecl : public BaseUsingDecl, public Mergeable<UsingDecl> { 3596 : BaseUsingDecl(Using, DC, NameInfo.getLoc(), NameInfo.getName()), in UsingDecl() 3783 class UsingEnumDecl : public BaseUsingDecl, public Mergeable<UsingEnumDecl> { [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Template.h | 662 Decl *VisitBaseUsingDecls(BaseUsingDecl *D, BaseUsingDecl *Inst,
|
| H A D | Sema.h | 5287 bool CheckUsingShadowDecl(BaseUsingDecl *BUD, NamedDecl *Target, 5292 UsingShadowDecl *BuildUsingShadowDecl(Scope *S, BaseUsingDecl *BUD,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 3334 BaseUsingDecl *Introducer, NamedDecl *Target) in UsingShadowDecl() 3353 BaseUsingDecl *UsingShadowDecl::getIntroducer() const { in getIntroducer() 3358 return cast<BaseUsingDecl>(Shadow->UsingOrNextShadow); in getIntroducer() 3380 void BaseUsingDecl::anchor() {} in anchor() 3382 void BaseUsingDecl::addShadowDecl(UsingShadowDecl *S) { in addShadowDecl() 3391 void BaseUsingDecl::removeShadowDecl(UsingShadowDecl *S) { in removeShadowDecl()
|
| H A D | ASTImporter.cpp | 553 ExpectedDecl ImportUsingShadowDecls(BaseUsingDecl *D, BaseUsingDecl *ToSI); 5393 ExpectedDecl ASTNodeImporter::ImportUsingShadowDecls(BaseUsingDecl *D, in ImportUsingShadowDecls() 5394 BaseUsingDecl *ToSI) { in ImportUsingShadowDecls() 5496 Expected<BaseUsingDecl *> ToIntroducerOrErr = import(D->getIntroducer()); in VisitUsingShadowDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 6725 AST_MATCHER_P(BaseUsingDecl, hasAnyUsingShadowDecl, in AST_MATCHER_P() argument
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 3840 Decl *TemplateDeclInstantiator::VisitBaseUsingDecls(BaseUsingDecl *D, in VisitBaseUsingDecls() 3841 BaseUsingDecl *Inst, in VisitBaseUsingDecls()
|
| H A D | SemaDeclCXX.cpp | 7400 BaseUsingDecl *ConstructedBaseIntroducer = nullptr; in InheritedConstructorInfo() 12671 bool Sema::CheckUsingShadowDecl(BaseUsingDecl *BUD, NamedDecl *Orig, in CheckUsingShadowDecl() 12853 UsingShadowDecl *Sema::BuildUsingShadowDecl(Scope *S, BaseUsingDecl *BUD, in BuildUsingShadowDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Compiler.cpp | 5333 if (isa<StaticAssertDecl, TagDecl, TypedefNameDecl, BaseUsingDecl, in visitDeclStmt()
|