reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1010 if (Prop->getPropertyAttributesAsWritten() & OwnershipMask) return true; 1017 if (Prop->isReadOnly()) return false; 1020 auto Category = dyn_cast<ObjCCategoryDecl>(Prop->getDeclContext()); 1025 for (auto Found : OrigClass->lookup(Prop->getDeclName())) { 1033 Prop->getIdentifier(), QueryKind))