Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3128 BaseUsingDecl *UsingShadowDecl::getIntroducer() const { in getIntroducer() function in UsingShadowDecl
3152 return getIntroducer()->getQualifier()->getAsRecordDecl(); in getNominatedBaseClass()
3159 assert(S->getIntroducer() == this); in addShadowDecl()
3168 assert(S->getIntroducer() == this); in removeShadowDecl()
H A DASTImporter.cpp5219 Expected<BaseUsingDecl *> ToIntroducerOrErr = import(D->getIntroducer()); in VisitUsingShadowDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3407 BaseUsingDecl *getIntroducer() const;
3662 UsingDecl *getIntroducer() const { in getIntroducer() function
3663 return cast<UsingDecl>(UsingShadowDecl::getIntroducer()); in getIntroducer()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1320 if (UsingDecl *UD = dyn_cast<UsingDecl>(Shadow->getIntroducer())) { in IsMicrosoftUsingDeclarationAccessBug()
H A DSemaLookup.cpp4001 cast<UsingShadowDecl>(ND)->getIntroducer() == D) in checkHidden()
H A DSemaDeclCXX.cpp7267 ConstructedBaseIntroducer = D->getIntroducer(); in InheritedConstructorInfo()
7278 S.Diag(D->getIntroducer()->getLocation(), in InheritedConstructorInfo()
12584 Shadow->getIntroducer()->removeShadowDecl(Shadow); in HideUsingShadowDecl()
H A DSemaDecl.cpp3471 S.Diag(OldS->getIntroducer()->getLocation(), diag::note_using_decl) << 0; in checkUsingShadowRedecl()
3545 Diag(Shadow->getIntroducer()->getLocation(), diag::note_using_decl) in MergeFunctionDecl()
17475 Diag(Shadow->getIntroducer()->getLocation(), diag::note_using_decl) in ActOnTag()
H A DSemaTemplate.cpp1960 Diag(Shadow->getIntroducer()->getLocation(), diag::note_using_decl) << 0; in CheckClassTemplate()