Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3507 void removeShadowDecl(UsingShadowDecl *S);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3166 void BaseUsingDecl::removeShadowDecl(UsingShadowDecl *S) { in removeShadowDecl() function in BaseUsingDecl
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp12584 Shadow->getIntroducer()->removeShadowDecl(Shadow); in HideUsingShadowDecl()