Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3585 static bool checkUsingShadowRedecl(Sema &S, UsingShadowDecl *OldS, in checkUsingShadowRedecl() function
3708 if (checkUsingShadowRedecl<FunctionTemplateDecl>(*this, Shadow, in MergeFunctionDecl()
3714 if (checkUsingShadowRedecl<FunctionDecl>(*this, Shadow, New)) in MergeFunctionDecl()
4613 if (checkUsingShadowRedecl<VarTemplateDecl>(*this, Shadow, NewTemplate)) in MergeVarDecl()
4620 if (checkUsingShadowRedecl<VarDecl>(*this, Shadow, New)) in MergeVarDecl()