Searched refs:BaseUsingDecl (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | DeclCXX.h | 71 class BaseUsingDecl; variable 3235 friend class BaseUsingDecl; variable 3262 DeclarationName Name, BaseUsingDecl *Introducer, 3272 BaseUsingDecl *Introducer, NamedDecl *Target) { in Create() 3314 BaseUsingDecl *getIntroducer() const; 3331 class BaseUsingDecl : public NamedDecl { 3340 BaseUsingDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in BaseUsingDecl() function 3426 class UsingDecl : public BaseUsingDecl, public Mergeable<UsingDecl> { 3440 : BaseUsingDecl(Using, DC, NameInfo.getLoc(), NameInfo.getName()), in UsingDecl() 3626 class UsingEnumDecl : public BaseUsingDecl, public Mergeable<UsingEnumDecl> { [all …]
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Template.h | 613 Decl *VisitBaseUsingDecls(BaseUsingDecl *D, BaseUsingDecl *Inst,
|
H A D | Sema.h | 6162 bool CheckUsingShadowDecl(BaseUsingDecl *BUD, NamedDecl *Target, 6165 UsingShadowDecl *BuildUsingShadowDecl(Scope *S, BaseUsingDecl *BUD,
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | DeclCXX.cpp | 3024 BaseUsingDecl *Introducer, NamedDecl *Target) in UsingShadowDecl() 3043 BaseUsingDecl *UsingShadowDecl::getIntroducer() const { in getIntroducer() 3048 return cast<BaseUsingDecl>(Shadow->UsingOrNextShadow); in getIntroducer() 3070 void BaseUsingDecl::anchor() {} in anchor() 3072 void BaseUsingDecl::addShadowDecl(UsingShadowDecl *S) { in addShadowDecl() 3081 void BaseUsingDecl::removeShadowDecl(UsingShadowDecl *S) { in removeShadowDecl()
|
H A D | ASTImporter.cpp | 548 ExpectedDecl ImportUsingShadowDecls(BaseUsingDecl *D, BaseUsingDecl *ToSI); 4799 ExpectedDecl ASTNodeImporter::ImportUsingShadowDecls(BaseUsingDecl *D, in ImportUsingShadowDecls() 4800 BaseUsingDecl *ToSI) { in ImportUsingShadowDecls() 4902 Expected<BaseUsingDecl *> ToIntroducerOrErr = import(D->getIntroducer()); in VisitUsingShadowDecl()
|
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 6406 AST_MATCHER_P(BaseUsingDecl, hasAnyUsingShadowDecl, in AST_MATCHER_P() argument
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 3177 Decl *TemplateDeclInstantiator::VisitBaseUsingDecls(BaseUsingDecl *D, in VisitBaseUsingDecls() 3178 BaseUsingDecl *Inst, in VisitBaseUsingDecls()
|
H A D | SemaDeclCXX.cpp | 7157 BaseUsingDecl *ConstructedBaseIntroducer = nullptr; in InheritedConstructorInfo() 11991 bool Sema::CheckUsingShadowDecl(BaseUsingDecl *BUD, NamedDecl *Orig, in CheckUsingShadowDecl() 12174 UsingShadowDecl *Sema::BuildUsingShadowDecl(Scope *S, BaseUsingDecl *BUD, in BuildUsingShadowDecl()
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CIndex.cpp | 6809 return MakeCursorOverloadedDeclRef(cast<BaseUsingDecl>(D), D->getLocation(), in clang_getCursorDefinition()
|