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

Declarations

tools/clang/include/clang/Sema/Sema.h
11401   void CheckShadowInheritedFields(const SourceLocation &Loc,

References

tools/clang/lib/Sema/SemaChecking.cpp
13110           CheckShadowInheritedFields(Param->getLocation(), Param->getDeclName(),
tools/clang/lib/Sema/SemaDeclCXX.cpp
 3346     CheckShadowInheritedFields(Loc, Name, cast<CXXRecordDecl>(CurContext));