Lines Matching refs:PropertyLoc
1050 SourceLocation PropertyLoc) { in RedeclarePropertyAccessor() argument
1054 PropertyLoc.isValid() ? PropertyLoc : Decl->getEndLoc(), in RedeclarePropertyAccessor()
1079 SourceLocation PropertyLoc, in ActOnPropertyImplDecl() argument
1093 PropertyIvarLoc = PropertyLoc; in ActOnPropertyImplDecl()
1094 SourceLocation PropertyDiagLoc = PropertyLoc; in ActOnPropertyImplDecl()
1113 Diag(PropertyLoc, diag::err_bad_property_decl) << IDecl->getDeclName(); in ActOnPropertyImplDecl()
1117 Diag(PropertyLoc, diag::err_synthesize_on_class_property) << PropertyId; in ActOnPropertyImplDecl()
1133 Diag(PropertyLoc, diag::err_category_property) << CD->getDeclName(); in ActOnPropertyImplDecl()
1193 Diag(PropertyLoc, diag::err_bad_category_property_decl) in ActOnPropertyImplDecl()
1417 checkARCPropertyImpl(*this, PropertyLoc, property, Ivar); in ActOnPropertyImplDecl()
1424 ObjCPropertyImplDecl::Create(Context, CurContext, AtLoc, PropertyLoc, in ActOnPropertyImplDecl()
1444 PropertyLoc); in ActOnPropertyImplDecl()
1508 AtLoc, PropertyLoc); in ActOnPropertyImplDecl()
1561 Diag(PropertyLoc, diag::err_duplicate_ivar_use) in ActOnPropertyImplDecl()
1569 Diag(PropertyLoc, diag::err_property_implemented) << PropertyId; in ActOnPropertyImplDecl()
1618 Diag(PropertyLoc, diag::err_objc_direct_dynamic_property); in ActOnPropertyImplDecl()