reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 2124   void CheckShadow(Scope *S, VarDecl *D);

References

tools/clang/lib/Sema/SemaDecl.cpp
13605       CheckShadow(FnBodyScope, Param);
tools/clang/lib/Sema/SemaExpr.cpp
14218       CheckShadow(CurBlock->TheScope, AI);
tools/clang/lib/Sema/SemaLambda.cpp
  559         CheckShadow(CurScope, Param);