Searched refs:CheckShadow (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 565 CheckShadow(CurScope, Param); in addLambdaParameters()
|
| H A D | SemaDecl.cpp | 6290 CheckShadow(NewTD, ShadowedDecl, Previous); in ActOnTypedefNameDecl() 7524 CheckShadow(NewVD, ShadowedDecl, Previous); in ActOnVariableDeclarator() 7681 void Sema::CheckShadow(NamedDecl *D, NamedDecl *ShadowedDecl, in CheckShadow() function in Sema 7804 void Sema::CheckShadow(Scope *S, VarDecl *D) { in CheckShadow() function in Sema 7812 CheckShadow(D, ShadowedDecl, R); in CheckShadow() 14323 CheckShadow(FnBodyScope, Param); in ActOnStartOfFunctionDef() 17977 CheckShadow(New, PrevDecl, R); in ActOnEnumConstant()
|
| H A D | SemaExprCXX.cpp | 8835 CheckShadow(BodyScope, Param); in ActOnStartRequiresExpr()
|
| H A D | SemaDeclCXX.cpp | 874 CheckShadow(BD, ShadowedDecl, Previous); in ActOnDecompositionDeclarator()
|
| H A D | SemaExpr.cpp | 15532 CheckShadow(CurBlock->TheScope, AI); in ActOnBlockArguments()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2659 void CheckShadow(NamedDecl *D, NamedDecl *ShadowedDecl, 2661 void CheckShadow(Scope *S, VarDecl *D);
|