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

References

tools/clang/lib/Analysis/BodyFarm.cpp
  701   const ObjCIvarDecl *IVar = Prop->getPropertyIvarDecl();
  712   if (!Prop->isReadOnly())
  715   auto *Container = cast<ObjCContainerDecl>(Prop->getDeclContext());
  731       Prop->getIdentifier(), Prop->getQueryKind());
  731       Prop->getIdentifier(), Prop->getQueryKind());
  732   if (ShadowingProp && ShadowingProp != Prop) {