• Home
  • Raw
  • Download

Lines Matching refs:getLocation

65   S.Diag(property->getLocation(),  in checkARCPropertyDecl()
164 Diag(prevDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
188 Diag(CDecl->getLocation(), diag::err_continuation_class); in HandlePropertyInClassExtension()
225 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
268 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
314 Diag(PDecl->getLocation(), diag::err_duplicate_property); in CreatePropertyDecl()
315 Diag(prevDecl->getLocation(), diag::note_property_declare); in CreatePropertyDecl()
498 S.Diag(property->getLocation(), diag::note_property_declare); in checkARCPropertyImpl()
546 Diag(IC->getLocation(), diag::warn_auto_implicit_atomic_property); in ActOnPropertyImplDecl()
547 Diag(property->getLocation(), diag::note_property_declare); in ActOnPropertyImplDecl()
554 Diag(property->getLocation(), diag::note_property_declare); in ActOnPropertyImplDecl()
593 Diag(property->getLocation(), diag::note_property_declare); in ActOnPropertyImplDecl()
625 Diag(property->getLocation(), diag::note_property_declare); in ActOnPropertyImplDecl()
645 Diag(property->getLocation(), diag::note_property_declare); in ActOnPropertyImplDecl()
666 Diag(Ivar->getLocation(), diag::note_previous_access_declaration) in ActOnPropertyImplDecl()
692 Diag(Ivar->getLocation(), diag::note_ivar_decl); in ActOnPropertyImplDecl()
707 Diag(Ivar->getLocation(), diag::note_ivar_decl); in ActOnPropertyImplDecl()
770 Diag(getterMethod->getLocation(), in ActOnPropertyImplDecl()
772 Diag(property->getLocation(), diag::note_property_declare); in ActOnPropertyImplDecl()
807 Diag(PPIDecl->getLocation(), diag::note_previous_use); in ActOnPropertyImplDecl()
813 Diag(PPIDecl->getLocation(), diag::note_previous_declaration); in ActOnPropertyImplDecl()
833 Diag(Ivar->getLocation(), diag::err_undeclared_var_use) in ActOnPropertyImplDecl()
845 Diag(PPIDecl->getLocation(), diag::note_previous_use); in ActOnPropertyImplDecl()
851 Diag(PPIDecl->getLocation(), diag::note_previous_declaration); in ActOnPropertyImplDecl()
877 Diag(Property->getLocation(), diag::warn_readonly_property) in DiagnosePropertyMismatch()
881 Diag(Property->getLocation(), diag::warn_property_attribute) in DiagnosePropertyMismatch()
893 Diag(Property->getLocation(), diag::warn_property_attribute) in DiagnosePropertyMismatch()
899 Diag(Property->getLocation(), diag::warn_property_attribute) in DiagnosePropertyMismatch()
902 Diag(Property->getLocation(), diag::warn_property_attribute) in DiagnosePropertyMismatch()
905 Diag(Property->getLocation(), diag::warn_property_attribute) in DiagnosePropertyMismatch()
921 Diag(Property->getLocation(), diag::warn_property_types_are_incompatible) in DiagnosePropertyMismatch()
939 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()
1316 Diag(Prop->getLocation(), in DiagnoseUnimplementedProperties()
1321 Diag(IMPDecl->getLocation(), in DiagnoseUnimplementedProperties()
1326 Diag(Prop->getLocation(), in DiagnoseUnimplementedProperties()
1331 Diag(IMPDecl->getLocation(), in DiagnoseUnimplementedProperties()
1360 Diag(GetterMethod->getLocation(), in AtomicPropertySetterGetterRules()
1363 Diag(Property->getLocation(), diag::note_property_declare); in AtomicPropertySetterGetterRules()
1366 Diag(SetterMethod->getLocation(), in AtomicPropertySetterGetterRules()
1369 Diag(Property->getLocation(), diag::note_property_declare); in AtomicPropertySetterGetterRules()
1388 (GetterMethod ? GetterMethod->getLocation() in AtomicPropertySetterGetterRules()
1389 : SetterMethod->getLocation()); in AtomicPropertySetterGetterRules()
1392 Diag(Property->getLocation(), diag::note_property_declare); in AtomicPropertySetterGetterRules()
1418 Diag(PID->getLocation(), diag::err_ownin_getter_rule); in DiagnoseOwningPropertyGetterSynthesis()
1420 Diag(PID->getLocation(), diag::warn_ownin_getter_rule); in DiagnoseOwningPropertyGetterSynthesis()
1421 Diag(PD->getLocation(), diag::note_property_declare); in DiagnoseOwningPropertyGetterSynthesis()
1457 property->getLocation()); in ProcessPropertyDecl()
1465 Diag(SetterMethod->getLocation(), diag::err_setter_type_void); in ProcessPropertyDecl()
1468 Diag(property->getLocation(), in ProcessPropertyDecl()
1472 Diag(SetterMethod->getLocation(), diag::note_declared_at); in ProcessPropertyDecl()
1487 redeclaredProperty->getLocation() : in ProcessPropertyDecl()
1488 property->getLocation(); in ProcessPropertyDecl()
1523 redeclaredProperty->getLocation() : in ProcessPropertyDecl()
1524 property->getLocation(); in ProcessPropertyDecl()