Home
last modified time | relevance | path

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

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