Home
last modified time | relevance | path

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

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