Lines Matching refs:PropertyDiagLoc
912 SourceLocation PropertyDiagLoc = PropertyLoc; in ActOnPropertyImplDecl() local
913 if (PropertyDiagLoc.isInvalid()) in ActOnPropertyImplDecl()
914 PropertyDiagLoc = ClassImpDecl->getLocStart(); in ActOnPropertyImplDecl()
1035 if (RequireCompleteType(PropertyDiagLoc, PropertyIvarType, in ActOnPropertyImplDecl()
1058 Diag(PropertyDiagLoc, diag::err_gc_weak_property_strong_type); in ActOnPropertyImplDecl()
1071 Diag(PropertyDiagLoc, in ActOnPropertyImplDecl()
1105 Diag(PropertyDiagLoc, in ActOnPropertyImplDecl()
1125 Diag(PropertyDiagLoc, in ActOnPropertyImplDecl()
1156 Diag(PropertyDiagLoc, diag::error_missing_property_ivar_decl) in ActOnPropertyImplDecl()
1162 Diag(PropertyDiagLoc, diag::error_ivar_in_superclass_use) in ActOnPropertyImplDecl()
1187 Diag(PropertyDiagLoc, diag::error_property_ivar_type) in ActOnPropertyImplDecl()
1202 Diag(PropertyDiagLoc, diag::error_property_ivar_type) in ActOnPropertyImplDecl()
1212 Diag(PropertyDiagLoc, diag::error_weak_property) in ActOnPropertyImplDecl()
1221 Diag(PropertyDiagLoc, diag::error_strong_property) in ActOnPropertyImplDecl()
1231 Diag(PropertyDiagLoc, diag::error_dynamic_property_ivar_decl); in ActOnPropertyImplDecl()
1256 VK_LValue, PropertyDiagLoc); in ActOnPropertyImplDecl()
1265 PropertyDiagLoc, in ActOnPropertyImplDecl()
1269 InitializedEntity::InitializeResult(PropertyDiagLoc, in ActOnPropertyImplDecl()
1272 PropertyDiagLoc, IvarRefExpr); in ActOnPropertyImplDecl()
1308 VK_LValue, PropertyDiagLoc); in ActOnPropertyImplDecl()
1317 PropertyDiagLoc, in ActOnPropertyImplDecl()
1324 VK_LValue, PropertyDiagLoc); in ActOnPropertyImplDecl()
1326 ExprResult Res = BuildBinOp(S, PropertyDiagLoc, in ActOnPropertyImplDecl()
1336 Diag(PropertyDiagLoc, in ActOnPropertyImplDecl()
1390 Diag(PropertyDiagLoc, diag::error_duplicate_ivar_use) in ActOnPropertyImplDecl()
1398 Diag(PropertyDiagLoc, diag::error_property_implemented) << PropertyId; in ActOnPropertyImplDecl()