Home
last modified time | relevance | path

Searched refs:removeShadowDecl (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclCXX.h2983 void removeShadowDecl(UsingShadowDecl *S);
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclCXX.cpp2098 void UsingDecl::removeShadowDecl(UsingShadowDecl *S) { in removeShadowDecl() function in UsingDecl
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclCXX.cpp7939 Shadow->getUsingDecl()->removeShadowDecl(Shadow); in HideUsingShadowDecl()