Searched refs:CheckShadow (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 1208 CheckShadow(CurrentScope, V); in ActOnLambdaExpressionAfterIntroducer() 1487 CheckShadow(CurScope, P); in ActOnStartOfLambdaDefinition()
|
H A D | SemaDecl.cpp | 6717 CheckShadow(NewTD, ShadowedDecl, Previous); in ActOnTypedefNameDecl() 8031 CheckShadow(NewVD, ShadowedDecl, Previous); in ActOnVariableDeclarator() 8175 void Sema::CheckShadow(NamedDecl *D, NamedDecl *ShadowedDecl, in CheckShadow() function in Sema 8318 void Sema::CheckShadow(Scope *S, VarDecl *D) { in CheckShadow() function in Sema 8327 CheckShadow(D, ShadowedDecl, R); in CheckShadow() 15588 CheckShadow(FnBodyScope, Param); in ActOnStartOfFunctionDef() 19622 CheckShadow(New, PrevDecl, R); in ActOnEnumConstant()
|
H A D | SemaExprCXX.cpp | 9408 CheckShadow(BodyScope, Param); in ActOnStartRequiresExpr()
|
H A D | SemaDeclCXX.cpp | 927 CheckShadow(BD, ShadowedDecl, Previous); in ActOnDecompositionDeclarator()
|
H A D | SemaExpr.cpp | 16070 CheckShadow(CurBlock->TheScope, AI); in ActOnBlockArguments()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 3488 void CheckShadow(NamedDecl *D, NamedDecl *ShadowedDecl, 3492 void CheckShadow(Scope *S, VarDecl *D);
|