Searched refs:checkUsingShadowRedecl (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 3442 static bool checkUsingShadowRedecl(Sema &S, UsingShadowDecl *OldS, in checkUsingShadowRedecl() function 3554 if (checkUsingShadowRedecl<FunctionTemplateDecl>(*this, Shadow, in MergeFunctionDecl() 3560 if (checkUsingShadowRedecl<FunctionDecl>(*this, Shadow, New)) in MergeFunctionDecl() 4479 if (checkUsingShadowRedecl<VarTemplateDecl>(*this, Shadow, NewTemplate)) in MergeVarDecl() 4486 if (checkUsingShadowRedecl<VarDecl>(*this, Shadow, New)) in MergeVarDecl()
|