Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp2682 UsingDecl *UsingShadowDecl::getUsingDecl() const { in getUsingDecl() function in UsingShadowDecl
2706 return getUsingDecl()->getQualifier()->getAsRecordDecl(); in getNominatedBaseClass()
2714 assert(S->getUsingDecl() == this); in addShadowDecl()
2724 assert(S->getUsingDecl() == this); in removeShadowDecl()
H A DASTImporter.cpp4206 Expected<UsingDecl *> ToUsingOrErr = import(D->getUsingDecl()); in VisitUsingShadowDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAccess.cpp1305 << Shadow->getUsingDecl()->getQualifiedNameAsString() in IsMicrosoftUsingDeclarationAccessBug()
H A DSemaLookup.cpp3473 cast<UsingShadowDecl>(ND)->getUsingDecl() == D) in checkHidden()
H A DSemaDeclCXX.cpp6263 ConstructedBaseUsing = D->getUsingDecl(); in InheritedConstructorInfo()
6274 S.Diag(D->getUsingDecl()->getLocation(), in InheritedConstructorInfo()
9808 Shadow->getUsingDecl()->removeShadowDecl(Shadow); in HideUsingShadowDecl()
H A DSemaDecl.cpp2914 S.Diag(OldS->getUsingDecl()->getLocation(), diag::note_using_decl) << 0; in checkUsingShadowRedecl()
2998 Diag(Shadow->getUsingDecl()->getLocation(), in MergeFunctionDecl()
14454 Diag(Shadow->getUsingDecl()->getLocation(), diag::note_using_decl) in ActOnTag()
H A DSemaTemplate.cpp1424 Diag(Shadow->getUsingDecl()->getLocation(), diag::note_using_decl) << 0; in CheckClassTemplate()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h3216 UsingDecl *getUsingDecl() const;