Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h3400 void removeShadowDecl(UsingShadowDecl *S);
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp3046 void BaseUsingDecl::removeShadowDecl(UsingShadowDecl *S) { in removeShadowDecl() function in BaseUsingDecl
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp12151 Shadow->getIntroducer()->removeShadowDecl(Shadow); in HideUsingShadowDecl()