Home | History | Annotate | Download | only in Sema

Lines Matching refs:PropertyLoc

798                                   SourceLocation PropertyLoc,
811 PropertyIvarLoc = PropertyLoc;
812 SourceLocation PropertyDiagLoc = PropertyLoc;
831 Diag(PropertyLoc, diag::error_bad_property_decl) << IDecl->getDeclName();
847 Diag(PropertyLoc, diag::error_category_property) << CD->getDeclName();
909 Diag(PropertyLoc, diag::error_bad_category_property_decl)
1117 checkARCPropertyImpl(*this, PropertyLoc, property, Ivar);
1124 ObjCPropertyImplDecl::Create(Context, CurContext, AtLoc, PropertyLoc,
1236 Diag(PropertyLoc, diag::error_duplicate_ivar_use)
1244 Diag(PropertyLoc, diag::error_property_implemented) << PropertyId;