Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h71 class BaseUsingDecl; variable
3221 friend class BaseUsingDecl; variable
3248 DeclarationName Name, BaseUsingDecl *Introducer,
3258 BaseUsingDecl *Introducer, NamedDecl *Target) { in Create()
3300 BaseUsingDecl *getIntroducer() const;
3317 class BaseUsingDecl : public NamedDecl {
3326 BaseUsingDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in BaseUsingDecl() function
3412 class UsingDecl : public BaseUsingDecl, public Mergeable<UsingDecl> {
3426 : BaseUsingDecl(Using, DC, NameInfo.getLoc(), NameInfo.getName()), in UsingDecl()
3612 class UsingEnumDecl : public BaseUsingDecl, public Mergeable<UsingEnumDecl> {
[all …]
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DTemplate.h574 Decl *VisitBaseUsingDecls(BaseUsingDecl *D, BaseUsingDecl *Inst,
H A DSema.h6013 bool CheckUsingShadowDecl(BaseUsingDecl *BUD, NamedDecl *Target,
6016 UsingShadowDecl *BuildUsingShadowDecl(Scope *S, BaseUsingDecl *BUD,
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp2989 BaseUsingDecl *Introducer, NamedDecl *Target) in UsingShadowDecl()
3008 BaseUsingDecl *UsingShadowDecl::getIntroducer() const { in getIntroducer()
3013 return cast<BaseUsingDecl>(Shadow->UsingOrNextShadow); in getIntroducer()
3035 void BaseUsingDecl::anchor() {} in anchor()
3037 void BaseUsingDecl::addShadowDecl(UsingShadowDecl *S) { in addShadowDecl()
3046 void BaseUsingDecl::removeShadowDecl(UsingShadowDecl *S) { in removeShadowDecl()
H A DASTImporter.cpp551 ExpectedDecl ImportUsingShadowDecls(BaseUsingDecl *D, BaseUsingDecl *ToSI);
4689 ExpectedDecl ASTNodeImporter::ImportUsingShadowDecls(BaseUsingDecl *D, in ImportUsingShadowDecls()
4690 BaseUsingDecl *ToSI) { in ImportUsingShadowDecls()
4791 Expected<BaseUsingDecl *> ToIntroducerOrErr = import(D->getIntroducer()); in VisitUsingShadowDecl()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6409 AST_MATCHER_P(BaseUsingDecl, hasAnyUsingShadowDecl, in AST_MATCHER_P() argument
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3112 Decl *TemplateDeclInstantiator::VisitBaseUsingDecls(BaseUsingDecl *D, in VisitBaseUsingDecls()
3113 BaseUsingDecl *Inst, in VisitBaseUsingDecls()
H A DSemaDeclCXX.cpp7108 BaseUsingDecl *ConstructedBaseIntroducer = nullptr; in InheritedConstructorInfo()
11883 bool Sema::CheckUsingShadowDecl(BaseUsingDecl *BUD, NamedDecl *Orig, in CheckUsingShadowDecl()
12066 UsingShadowDecl *Sema::BuildUsingShadowDecl(Scope *S, BaseUsingDecl *BUD, in BuildUsingShadowDecl()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp6772 return MakeCursorOverloadedDeclRef(cast<BaseUsingDecl>(D), D->getLocation(), in clang_getCursorDefinition()