Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4868 void HideUsingShadowDecl(Scope *S, UsingShadowDecl *Shadow);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1207 HideUsingShadowDecl(S, cast<UsingShadowDecl>(*I)); in CheckOverload()
H A DSemaDeclCXX.cpp12569 void Sema::HideUsingShadowDecl(Scope *S, UsingShadowDecl *Shadow) { in HideUsingShadowDecl() function in Sema