Lines Matching refs:PropertyDiagLoc

815   SourceLocation PropertyDiagLoc = PropertyLoc;  in ActOnPropertyImplDecl()  local
816 if (PropertyDiagLoc.isInvalid()) in ActOnPropertyImplDecl()
817 PropertyDiagLoc = ClassImpDecl->getLocStart(); in ActOnPropertyImplDecl()
934 if (RequireCompleteType(PropertyDiagLoc, PropertyIvarType, in ActOnPropertyImplDecl()
956 Diag(PropertyDiagLoc, diag::err_gc_weak_property_strong_type); in ActOnPropertyImplDecl()
973 Diag(PropertyDiagLoc, in ActOnPropertyImplDecl()
993 Diag(PropertyDiagLoc, in ActOnPropertyImplDecl()
1014 Diag(PropertyDiagLoc, diag::err_arc_weak_no_runtime); in ActOnPropertyImplDecl()
1028 Diag(PropertyDiagLoc, diag::error_synthesize_weak_non_arc_or_gc); in ActOnPropertyImplDecl()
1049 Diag(PropertyDiagLoc, diag::error_missing_property_ivar_decl) in ActOnPropertyImplDecl()
1055 Diag(PropertyDiagLoc, diag::error_ivar_in_superclass_use) in ActOnPropertyImplDecl()
1080 Diag(PropertyDiagLoc, diag::error_property_ivar_type) in ActOnPropertyImplDecl()
1095 Diag(PropertyDiagLoc, diag::error_property_ivar_type) in ActOnPropertyImplDecl()
1105 Diag(PropertyDiagLoc, diag::error_weak_property) in ActOnPropertyImplDecl()
1114 Diag(PropertyDiagLoc, diag::error_strong_property) in ActOnPropertyImplDecl()
1123 Diag(PropertyDiagLoc, diag::error_dynamic_property_ivar_decl); in ActOnPropertyImplDecl()
1148 VK_LValue, PropertyDiagLoc); in ActOnPropertyImplDecl()
1155 new (Context) ObjCIvarRefExpr(Ivar, Ivar->getType(), PropertyDiagLoc, in ActOnPropertyImplDecl()
1159 InitializedEntity::InitializeResult(PropertyDiagLoc, in ActOnPropertyImplDecl()
1162 PropertyDiagLoc, IvarRefExpr); in ActOnPropertyImplDecl()
1198 VK_LValue, PropertyDiagLoc); in ActOnPropertyImplDecl()
1205 new (Context) ObjCIvarRefExpr(Ivar, Ivar->getType(), PropertyDiagLoc, in ActOnPropertyImplDecl()
1212 VK_LValue, PropertyDiagLoc); in ActOnPropertyImplDecl()
1214 ExprResult Res = BuildBinOp(S, PropertyDiagLoc, in ActOnPropertyImplDecl()
1224 Diag(PropertyDiagLoc, in ActOnPropertyImplDecl()
1278 Diag(PropertyDiagLoc, diag::error_duplicate_ivar_use) in ActOnPropertyImplDecl()
1286 Diag(PropertyDiagLoc, diag::error_property_implemented) << PropertyId; in ActOnPropertyImplDecl()