Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h71 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 DTemplate.h662 Decl *VisitBaseUsingDecls(BaseUsingDecl *D, BaseUsingDecl *Inst,
H A DSema.h5287 bool CheckUsingShadowDecl(BaseUsingDecl *BUD, NamedDecl *Target,
5292 UsingShadowDecl *BuildUsingShadowDecl(Scope *S, BaseUsingDecl *BUD,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3334 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 DASTImporter.cpp553 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 DASTMatchers.h6725 AST_MATCHER_P(BaseUsingDecl, hasAnyUsingShadowDecl, in AST_MATCHER_P() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3840 Decl *TemplateDeclInstantiator::VisitBaseUsingDecls(BaseUsingDecl *D, in VisitBaseUsingDecls()
3841 BaseUsingDecl *Inst, in VisitBaseUsingDecls()
H A DSemaDeclCXX.cpp7400 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 DCompiler.cpp5333 if (isa<StaticAssertDecl, TagDecl, TypedefNameDecl, BaseUsingDecl, in visitDeclStmt()