Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4647 void HideUsingShadowDecl(Scope *S, UsingShadowDecl *Shadow);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp1000 HideUsingShadowDecl(S, cast<UsingShadowDecl>(*I)); in CheckOverload()
H A DSemaDeclCXX.cpp9793 void Sema::HideUsingShadowDecl(Scope *S, UsingShadowDecl *Shadow) { in HideUsingShadowDecl() function in Sema