Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3174 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()