Home | History | Annotate | Download | only in Sema

Lines Matching refs:PropertyLoc

887                                   SourceLocation PropertyLoc,
900 PropertyIvarLoc = PropertyLoc;
901 SourceLocation PropertyDiagLoc = PropertyLoc;
920 Diag(PropertyLoc, diag::error_bad_property_decl) << IDecl->getDeclName();
936 Diag(PropertyLoc, diag::error_category_property) << CD->getDeclName();
998 Diag(PropertyLoc, diag::error_bad_category_property_decl)
1213 checkARCPropertyImpl(*this, PropertyLoc, property, Ivar);
1220 ObjCPropertyImplDecl::Create(Context, CurContext, AtLoc, PropertyLoc,
1336 Diag(PropertyLoc, diag::error_duplicate_ivar_use)
1344 Diag(PropertyLoc, diag::error_property_implemented) << PropertyId;