Lines Matching refs:PropertyLoc
897 SourceLocation PropertyLoc, in ActOnPropertyImplDecl() argument
911 PropertyIvarLoc = PropertyLoc; in ActOnPropertyImplDecl()
912 SourceLocation PropertyDiagLoc = PropertyLoc; in ActOnPropertyImplDecl()
931 Diag(PropertyLoc, diag::error_bad_property_decl) << IDecl->getDeclName(); in ActOnPropertyImplDecl()
935 Diag(PropertyLoc, diag::error_synthesize_on_class_property) << PropertyId; in ActOnPropertyImplDecl()
951 Diag(PropertyLoc, diag::error_category_property) << CD->getDeclName(); in ActOnPropertyImplDecl()
1013 Diag(PropertyLoc, diag::error_bad_category_property_decl) in ActOnPropertyImplDecl()
1228 checkARCPropertyImpl(*this, PropertyLoc, property, Ivar); in ActOnPropertyImplDecl()
1235 ObjCPropertyImplDecl::Create(Context, CurContext, AtLoc, PropertyLoc, in ActOnPropertyImplDecl()
1351 Diag(PropertyLoc, diag::error_duplicate_ivar_use) in ActOnPropertyImplDecl()
1359 Diag(PropertyLoc, diag::error_property_implemented) << PropertyId; in ActOnPropertyImplDecl()