Lines Matching refs:PropertyLoc
709 SourceLocation PropertyLoc, in ActOnPropertyImplDecl() argument
722 PropertyIvarLoc = PropertyLoc; in ActOnPropertyImplDecl()
723 SourceLocation PropertyDiagLoc = PropertyLoc; in ActOnPropertyImplDecl()
742 Diag(PropertyLoc, diag::error_bad_property_decl) << IDecl->getDeclName(); in ActOnPropertyImplDecl()
758 Diag(PropertyLoc, diag::error_category_property) << CD->getDeclName(); in ActOnPropertyImplDecl()
804 Diag(PropertyLoc, diag::error_bad_category_property_decl) in ActOnPropertyImplDecl()
1004 checkARCPropertyImpl(*this, PropertyLoc, property, Ivar); in ActOnPropertyImplDecl()
1011 ObjCPropertyImplDecl::Create(Context, CurContext, AtLoc, PropertyLoc, in ActOnPropertyImplDecl()
1083 Diag(PropertyLoc, in ActOnPropertyImplDecl()
1098 Diag(PropertyLoc, diag::error_duplicate_ivar_use) in ActOnPropertyImplDecl()
1106 Diag(PropertyLoc, diag::error_property_implemented) << PropertyId; in ActOnPropertyImplDecl()