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

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
 1071     IDecl = IC->getClassInterface();
 1074     assert(IDecl &&
 1078     property = IDecl->FindPropertyDeclaration(PropertyId, QueryKind);
 1080       Diag(PropertyLoc, diag::err_bad_property_decl) << IDecl->getDeclName();
 1112       for (auto *Ext : IDecl->known_extensions()) {
 1140       property = SelectPropertyForSynthesisFromProtocols(*this, AtLoc, IDecl,
 1148     IDecl = CatImplClass->getClassInterface();
 1149     if (!IDecl) {
 1154     IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier());
 1181     Ivar = IDecl->lookupInstanceVariable(PropertyIvar, ClassDeclared);
 1252       IDecl->lookupInstanceVariable(property->getIdentifier(),
 1313       IDecl->makeDeclVisibleInContext(Ivar);
 1321                !declaresSameEntity(ClassDeclared, IDecl)) {
 1406     getterMethod->createImplicitParams(Context, IDecl);
 1460     setterMethod->createImplicitParams(Context, IDecl);
 1526         !IDecl->isObjCRequiresPropertyDefs()) {
 1533         Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared);
 1536           Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared);