Lines Matching refs:PropertyLoc
1047 SourceLocation PropertyLoc, in ActOnPropertyImplDecl() argument
1061 PropertyIvarLoc = PropertyLoc; in ActOnPropertyImplDecl()
1062 SourceLocation PropertyDiagLoc = PropertyLoc; in ActOnPropertyImplDecl()
1081 Diag(PropertyLoc, diag::err_bad_property_decl) << IDecl->getDeclName(); in ActOnPropertyImplDecl()
1085 Diag(PropertyLoc, diag::err_synthesize_on_class_property) << PropertyId; in ActOnPropertyImplDecl()
1101 Diag(PropertyLoc, diag::err_category_property) << CD->getDeclName(); in ActOnPropertyImplDecl()
1164 Diag(PropertyLoc, diag::err_bad_category_property_decl) in ActOnPropertyImplDecl()
1389 checkARCPropertyImpl(*this, PropertyLoc, property, Ivar); in ActOnPropertyImplDecl()
1396 ObjCPropertyImplDecl::Create(Context, CurContext, AtLoc, PropertyLoc, in ActOnPropertyImplDecl()
1512 Diag(PropertyLoc, diag::err_duplicate_ivar_use) in ActOnPropertyImplDecl()
1520 Diag(PropertyLoc, diag::err_property_implemented) << PropertyId; in ActOnPropertyImplDecl()