Lines Matching defs:PropertyLoc
1033 SourceLocation PropertyLoc) {
1037 PropertyLoc.isValid() ? PropertyLoc : Decl->getEndLoc(),
1061 Scope *S, SourceLocation AtLoc, SourceLocation PropertyLoc, bool Synthesize,
1073 PropertyIvarLoc = PropertyLoc;
1074 SourceLocation PropertyDiagLoc = PropertyLoc;
1093 Diag(PropertyLoc, diag::err_bad_property_decl) << IDecl->getDeclName();
1097 Diag(PropertyLoc, diag::err_synthesize_on_class_property) << PropertyId;
1113 Diag(PropertyLoc, diag::err_category_property) << CD->getDeclName();
1173 Diag(PropertyLoc, diag::err_bad_category_property_decl)
1395 checkARCPropertyImpl(SemaRef, PropertyLoc, property, Ivar);
1402 Context, SemaRef.CurContext, AtLoc, PropertyLoc, property,
1420 PropertyLoc);
1484 AtLoc, PropertyLoc);
1537 Diag(PropertyLoc, diag::err_duplicate_ivar_use)
1545 Diag(PropertyLoc, diag::err_property_implemented) << PropertyId;
1594 Diag(PropertyLoc, diag::err_objc_direct_dynamic_property);