Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp3004 UsingDecl *UsingShadowDecl::getUsingDecl() const { in getUsingDecl() function in UsingShadowDecl
3028 return getUsingDecl()->getQualifier()->getAsRecordDecl(); in getNominatedBaseClass()
3036 assert(S->getUsingDecl() == this); in addShadowDecl()
3046 assert(S->getUsingDecl() == this); in removeShadowDecl()
H A DASTImporter.cpp4625 Expected<UsingDecl *> ToUsingOrErr = import(D->getUsingDecl()); in VisitUsingShadowDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAccess.cpp1317 << Shadow->getUsingDecl()->getQualifiedNameAsString() in IsMicrosoftUsingDeclarationAccessBug()
H A DSemaLookup.cpp3735 cast<UsingShadowDecl>(ND)->getUsingDecl() == D) in checkHidden()
H A DSemaDeclCXX.cpp7027 ConstructedBaseUsing = D->getUsingDecl(); in InheritedConstructorInfo()
7038 S.Diag(D->getUsingDecl()->getLocation(), in InheritedConstructorInfo()
11889 Shadow->getUsingDecl()->removeShadowDecl(Shadow); in HideUsingShadowDecl()
H A DSemaDecl.cpp3150 S.Diag(OldS->getUsingDecl()->getLocation(), diag::note_using_decl) << 0; in checkUsingShadowRedecl()
3235 Diag(Shadow->getUsingDecl()->getLocation(), in MergeFunctionDecl()
15919 Diag(Shadow->getUsingDecl()->getLocation(), diag::note_using_decl) in ActOnTag()
H A DSemaTemplate.cpp1873 Diag(Shadow->getUsingDecl()->getLocation(), diag::note_using_decl) << 0; in CheckClassTemplate()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h3255 UsingDecl *getUsingDecl() const;