Lines Matching refs:PropertyLoc
1035 SourceLocation PropertyLoc) { in RedeclarePropertyAccessor() argument
1039 PropertyLoc.isValid() ? PropertyLoc : Decl->getEndLoc(), in RedeclarePropertyAccessor()
1063 Scope *S, SourceLocation AtLoc, SourceLocation PropertyLoc, bool Synthesize, in ActOnPropertyImplDecl() argument
1075 PropertyIvarLoc = PropertyLoc; in ActOnPropertyImplDecl()
1076 SourceLocation PropertyDiagLoc = PropertyLoc; in ActOnPropertyImplDecl()
1095 Diag(PropertyLoc, diag::err_bad_property_decl) << IDecl->getDeclName(); in ActOnPropertyImplDecl()
1099 Diag(PropertyLoc, diag::err_synthesize_on_class_property) << PropertyId; in ActOnPropertyImplDecl()
1115 Diag(PropertyLoc, diag::err_category_property) << CD->getDeclName(); in ActOnPropertyImplDecl()
1175 Diag(PropertyLoc, diag::err_bad_category_property_decl) in ActOnPropertyImplDecl()
1397 checkARCPropertyImpl(SemaRef, PropertyLoc, property, Ivar); in ActOnPropertyImplDecl()
1404 Context, SemaRef.CurContext, AtLoc, PropertyLoc, property, in ActOnPropertyImplDecl()
1422 PropertyLoc); in ActOnPropertyImplDecl()
1486 AtLoc, PropertyLoc); in ActOnPropertyImplDecl()
1539 Diag(PropertyLoc, diag::err_duplicate_ivar_use) in ActOnPropertyImplDecl()
1547 Diag(PropertyLoc, diag::err_property_implemented) << PropertyId; in ActOnPropertyImplDecl()
1596 Diag(PropertyLoc, diag::err_objc_direct_dynamic_property); in ActOnPropertyImplDecl()