Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h72 class BaseUsingDecl; variable
3187 friend class BaseUsingDecl; variable
3214 DeclarationName Name, BaseUsingDecl *Introducer,
3224 BaseUsingDecl *Introducer, NamedDecl *Target) { in Create()
3266 BaseUsingDecl *getIntroducer() const;
3283 class BaseUsingDecl : public NamedDecl {
3292 BaseUsingDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in BaseUsingDecl() function
3378 class UsingDecl : public BaseUsingDecl, public Mergeable<UsingDecl> {
3392 : BaseUsingDecl(Using, DC, NameInfo.getLoc(), NameInfo.getName()), in UsingDecl()
3578 class UsingEnumDecl : public BaseUsingDecl, public Mergeable<UsingEnumDecl> {
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h540 Decl *VisitBaseUsingDecls(BaseUsingDecl *D, BaseUsingDecl *Inst,
H A DSema.h5730 bool CheckUsingShadowDecl(BaseUsingDecl *BUD, NamedDecl *Target,
5733 UsingShadowDecl *BuildUsingShadowDecl(Scope *S, BaseUsingDecl *BUD,
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2973 BaseUsingDecl *Introducer, NamedDecl *Target) in UsingShadowDecl()
2990 BaseUsingDecl *UsingShadowDecl::getIntroducer() const { in getIntroducer()
2995 return cast<BaseUsingDecl>(Shadow->UsingOrNextShadow); in getIntroducer()
3017 void BaseUsingDecl::anchor() {} in anchor()
3019 void BaseUsingDecl::addShadowDecl(UsingShadowDecl *S) { in addShadowDecl()
3029 void BaseUsingDecl::removeShadowDecl(UsingShadowDecl *S) { in removeShadowDecl()
H A DASTImporter.cpp531 ExpectedDecl ImportUsingShadowDecls(BaseUsingDecl *D, BaseUsingDecl *ToSI);
4628 ExpectedDecl ASTNodeImporter::ImportUsingShadowDecls(BaseUsingDecl *D, in ImportUsingShadowDecls()
4629 BaseUsingDecl *ToSI) { in ImportUsingShadowDecls()
4730 Expected<BaseUsingDecl *> ToIntroducerOrErr = import(D->getIntroducer()); in VisitUsingShadowDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6212 AST_MATCHER_P(BaseUsingDecl, hasAnyUsingShadowDecl, in AST_MATCHER_P() argument
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3061 Decl *TemplateDeclInstantiator::VisitBaseUsingDecls(BaseUsingDecl *D, in VisitBaseUsingDecls()
3062 BaseUsingDecl *Inst, in VisitBaseUsingDecls()
H A DSemaDeclCXX.cpp7003 BaseUsingDecl *ConstructedBaseIntroducer = nullptr; in InheritedConstructorInfo()
11683 bool Sema::CheckUsingShadowDecl(BaseUsingDecl *BUD, NamedDecl *Orig, in CheckUsingShadowDecl()
11866 UsingShadowDecl *Sema::BuildUsingShadowDecl(Scope *S, BaseUsingDecl *BUD, in BuildUsingShadowDecl()