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

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
 1070   if ((IC = dyn_cast<ObjCImplementationDecl>(ClassImpDecl))) {
 1071     IDecl = IC->getClassInterface();
 1093         Diag(IC->getLocation(), diag::warn_auto_implicit_atomic_property);
 1507   if (IC) {
 1510           IC->FindPropertyImplIvarDecl(PropertyIvar)) {
 1518         = IC->FindPropertyImplDecl(PropertyId, QueryKind)) {
 1523     IC->addPropertyImplementation(PIDecl);
 1540           declaresSameEntity(IC->getClassInterface(), ClassDeclared)) {