Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp2044 UsingDecl *UsingShadowDecl::getUsingDecl() const { in getUsingDecl() function in UsingShadowDecl
2057 assert(S->getUsingDecl() == this); in addShadowDecl()
2067 assert(S->getUsingDecl() == this); in removeShadowDecl()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaAccess.cpp1304 << Shadow->getUsingDecl()->getQualifiedNameAsString() in IsMicrosoftUsingDeclarationAccessBug()
H A DSemaDecl.cpp2490 Diag(Shadow->getUsingDecl()->getLocation(), in MergeFunctionDecl()
2513 Diag(Shadow->getUsingDecl()->getLocation(), diag::note_using_decl) << 0; in MergeFunctionDecl()
H A DSemaDeclCXX.cpp7843 Shadow->getUsingDecl()->removeShadowDecl(Shadow); in HideUsingShadowDecl()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h2846 UsingDecl *getUsingDecl() const;