Home
last modified time | relevance | path

Searched refs:BaseUsingDecl (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h71 class BaseUsingDecl; variable
3314 friend class BaseUsingDecl; variable
3341 DeclarationName Name, BaseUsingDecl *Introducer,
3351 BaseUsingDecl *Introducer, NamedDecl *Target) { in Create()
3393 BaseUsingDecl *getIntroducer() const;
3410 class BaseUsingDecl : public NamedDecl {
3419 BaseUsingDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in BaseUsingDecl() function
3505 class UsingDecl : public BaseUsingDecl, public Mergeable<UsingDecl> {
3519 : BaseUsingDecl(Using, DC, NameInfo.getLoc(), NameInfo.getName()), in UsingDecl()
3706 class UsingEnumDecl : public BaseUsingDecl, public Mergeable<UsingEnumDecl> {
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h643 Decl *VisitBaseUsingDecls(BaseUsingDecl *D, BaseUsingDecl *Inst,
H A DSema.h6315 bool CheckUsingShadowDecl(BaseUsingDecl *BUD, NamedDecl *Target,
6318 UsingShadowDecl *BuildUsingShadowDecl(Scope *S, BaseUsingDecl *BUD,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3078 BaseUsingDecl *Introducer, NamedDecl *Target) in UsingShadowDecl()
3097 BaseUsingDecl *UsingShadowDecl::getIntroducer() const { in getIntroducer()
3102 return cast<BaseUsingDecl>(Shadow->UsingOrNextShadow); in getIntroducer()
3124 void BaseUsingDecl::anchor() {} in anchor()
3126 void BaseUsingDecl::addShadowDecl(UsingShadowDecl *S) { in addShadowDecl()
3135 void BaseUsingDecl::removeShadowDecl(UsingShadowDecl *S) { in removeShadowDecl()
H A DASTImporter.cpp503 ExpectedDecl ImportUsingShadowDecls(BaseUsingDecl *D, BaseUsingDecl *ToSI);
5032 ExpectedDecl ASTNodeImporter::ImportUsingShadowDecls(BaseUsingDecl *D, in ImportUsingShadowDecls()
5033 BaseUsingDecl *ToSI) { in ImportUsingShadowDecls()
5135 Expected<BaseUsingDecl *> ToIntroducerOrErr = import(D->getIntroducer()); in VisitUsingShadowDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3249 Decl *TemplateDeclInstantiator::VisitBaseUsingDecls(BaseUsingDecl *D, in VisitBaseUsingDecls()
3250 BaseUsingDecl *Inst, in VisitBaseUsingDecls()
H A DSemaDeclCXX.cpp7361 BaseUsingDecl *ConstructedBaseIntroducer = nullptr; in InheritedConstructorInfo()
12430 bool Sema::CheckUsingShadowDecl(BaseUsingDecl *BUD, NamedDecl *Orig, in CheckUsingShadowDecl()
12613 UsingShadowDecl *Sema::BuildUsingShadowDecl(Scope *S, BaseUsingDecl *BUD, in BuildUsingShadowDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6655 AST_MATCHER_P(BaseUsingDecl, hasAnyUsingShadowDecl, in AST_MATCHER_P() argument