Searched refs:CheckShadow (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 1155 CheckShadow(CurrentScope, V); in ActOnLambdaExpressionAfterIntroducer() 1429 CheckShadow(CurScope, P); in ActOnStartOfLambdaDefinition()
|
| H A D | SemaDecl.cpp | 6876 CheckShadow(NewTD, ShadowedDecl, Previous); in ActOnTypedefNameDecl() 8204 CheckShadow(NewVD, ShadowedDecl, Previous); in ActOnVariableDeclarator() 8363 void Sema::CheckShadow(NamedDecl *D, NamedDecl *ShadowedDecl, in CheckShadow() function in Sema 8509 void Sema::CheckShadow(Scope *S, VarDecl *D) { in CheckShadow() function in Sema 8517 CheckShadow(D, ShadowedDecl, R); in CheckShadow() 15809 CheckShadow(FnBodyScope, Param); in ActOnStartOfFunctionDef() 19954 CheckShadow(New, PrevDecl, R); in ActOnEnumConstant()
|
| H A D | SemaExprCXX.cpp | 9189 CheckShadow(BodyScope, Param); in ActOnStartRequiresExpr()
|
| H A D | SemaDeclCXX.cpp | 939 CheckShadow(BD, ShadowedDecl, Previous); in ActOnDecompositionDeclarator()
|
| H A D | SemaExpr.cpp | 17077 CheckShadow(CurBlock->TheScope, AI); in ActOnBlockArguments()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2937 void CheckShadow(NamedDecl *D, NamedDecl *ShadowedDecl, 2939 void CheckShadow(Scope *S, VarDecl *D);
|