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

References

tools/clang/tools/extra/clang-tidy/bugprone/ParentVirtualCallCheck.cpp
  110   assert(ThisType);
  118   if (isParentOf(*CastToType, *ThisType))
  122       getParentsByGrandParent(*CastToType, *ThisType, *MemberDecl);