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