Lines Matching refs:getLocation
99 S.Diag(property->getLocation(), in checkARCPropertyDecl()
297 Loc = Tok.getLocation(); in LocPropertyAttribute()
340 Diag(prevDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
371 Diag(CDecl->getLocation(), diag::err_continuation_class); in HandlePropertyInClassExtension()
419 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
436 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
449 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
510 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
571 Diag(PDecl->getLocation(), diag::err_duplicate_property); in CreatePropertyDecl()
572 Diag(prevDecl->getLocation(), diag::note_property_declare); in CreatePropertyDecl()
685 S.Diag(ivar->getLocation(), diag::err_arc_strong_property_ownership) in checkARCPropertyImpl()
692 S.Diag(ivar->getLocation(), diag::error_weak_property) in checkARCPropertyImpl()
698 S.Diag(ivar->getLocation(), diag::err_arc_assign_property_ownership) in checkARCPropertyImpl()
713 S.Diag(property->getLocation(), diag::note_property_declare); in checkARCPropertyImpl()
782 S.Diag(Property->getLocation(), diag::warn_protocol_property_mismatch) in DiagnosePropertyMismatchDeclInProtocols()
786 S.Diag(Prop->getLocation(), diag::note_protocol_property_declare) in DiagnosePropertyMismatchDeclInProtocols()
843 Diag(IC->getLocation(), diag::warn_auto_implicit_atomic_property); in ActOnPropertyImplDecl()
844 Diag(property->getLocation(), diag::note_property_declare); in ActOnPropertyImplDecl()
851 Diag(property->getLocation(), diag::note_property_declare); in ActOnPropertyImplDecl()
875 Diag(property->getLocation(), diag::warn_auto_readonly_iboutlet_property) in ActOnPropertyImplDecl()
883 Diag(property->getLocation(), in ActOnPropertyImplDecl()
937 Diag(property->getLocation(), diag::note_property_declare); in ActOnPropertyImplDecl()
957 Diag(property->getLocation(), diag::note_property_declare); in ActOnPropertyImplDecl()
977 Diag(property->getLocation(), diag::note_property_declare); in ActOnPropertyImplDecl()
978 Diag(originalIvar->getLocation(), diag::note_ivar_decl); in ActOnPropertyImplDecl()
995 Diag(property->getLocation(), diag::note_property_declare); in ActOnPropertyImplDecl()
1006 Diag(property->getLocation(), in ActOnPropertyImplDecl()
1008 Diag(ClassImpDecl->getLocation(), diag::note_implemented_by_class) in ActOnPropertyImplDecl()
1015 Diag(property->getLocation(), diag::note_property_declare); in ActOnPropertyImplDecl()
1029 Diag(property->getLocation(), diag::note_property_declare); in ActOnPropertyImplDecl()
1041 Diag(property->getLocation(), diag::note_property_declare); in ActOnPropertyImplDecl()
1058 Diag(Ivar->getLocation(), diag::note_previous_access_declaration) in ActOnPropertyImplDecl()
1083 Diag(Ivar->getLocation(), diag::note_ivar_decl); in ActOnPropertyImplDecl()
1098 Diag(Ivar->getLocation(), diag::note_ivar_decl); in ActOnPropertyImplDecl()
1107 Diag(Ivar->getLocation(), diag::note_ivar_decl); in ActOnPropertyImplDecl()
1156 Ivar->getLocation(), in ActOnPropertyImplDecl()
1172 Diag(getterMethod->getLocation(), in ActOnPropertyImplDecl()
1174 Diag(property->getLocation(), diag::note_property_declare); in ActOnPropertyImplDecl()
1182 Diag(getterMethod->getLocation(), diag::err_arc_illegal_method_def) in ActOnPropertyImplDecl()
1206 Ivar->getLocation(), in ActOnPropertyImplDecl()
1242 Diag(PPIDecl->getLocation(), diag::note_previous_use); in ActOnPropertyImplDecl()
1248 Diag(PPIDecl->getLocation(), diag::note_previous_declaration); in ActOnPropertyImplDecl()
1269 Diag(Ivar->getLocation(), diag::err_undeclared_var_use) in ActOnPropertyImplDecl()
1281 Diag(PPIDecl->getLocation(), diag::note_previous_use); in ActOnPropertyImplDecl()
1287 Diag(PPIDecl->getLocation(), diag::note_previous_declaration); in ActOnPropertyImplDecl()
1322 Diag(Property->getLocation(), diag::warn_readonly_property) in DiagnosePropertyMismatch()
1326 Diag(Property->getLocation(), diag::warn_property_attribute) in DiagnosePropertyMismatch()
1338 Diag(Property->getLocation(), diag::warn_property_attribute) in DiagnosePropertyMismatch()
1345 Diag(Property->getLocation(), diag::warn_property_attribute) in DiagnosePropertyMismatch()
1347 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1350 Diag(Property->getLocation(), diag::warn_property_attribute) in DiagnosePropertyMismatch()
1352 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1355 Diag(Property->getLocation(), diag::warn_property_attribute) in DiagnosePropertyMismatch()
1357 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1373 Diag(Property->getLocation(), diag::warn_property_types_are_incompatible) in DiagnosePropertyMismatch()
1375 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1400 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()
1415 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()
1555 Diag(Prop->getLocation(), diag::warn_no_autosynthesis_shared_ivar_property) in DefaultSynthesizeProperties()
1557 if (!PID->getLocation().isInvalid()) in DefaultSynthesizeProperties()
1558 Diag(PID->getLocation(), diag::note_property_synthesize); in DefaultSynthesizeProperties()
1569 Diag(IMPDecl->getLocation(), in DefaultSynthesizeProperties()
1572 Diag(Prop->getLocation(), diag::note_property_declare); in DefaultSynthesizeProperties()
1583 Diag(Prop->getLocation(), diag::warn_no_autosynthesis_property) in DefaultSynthesizeProperties()
1585 Diag(PropInSuperClass->getLocation(), diag::note_property_declare); in DefaultSynthesizeProperties()
1588 Diag(Prop->getLocation(), diag::warn_autosynthesis_property_in_superclass) in DefaultSynthesizeProperties()
1590 Diag(PropInSuperClass->getLocation(), diag::note_property_declare); in DefaultSynthesizeProperties()
1591 Diag(IMPDecl->getLocation(), diag::note_while_in_implementation); in DefaultSynthesizeProperties()
1604 Prop->getLocation())); in DefaultSynthesizeProperties()
1606 Diag(Prop->getLocation(), diag::warn_missing_explicit_synthesis); in DefaultSynthesizeProperties()
1607 Diag(IMPDecl->getLocation(), diag::note_while_in_implementation); in DefaultSynthesizeProperties()
1638 S.Diag(IMPDecl->getLocation(), in DiagnoseUnimplementedAccessor()
1643 S.Diag(Prop->getLocation(), in DiagnoseUnimplementedAccessor()
1649 S.Diag(RID->getLocation(), diag::note_suppressed_class_declare); in DiagnoseUnimplementedAccessor()
1776 Diag(GetterMethod->getLocation(), in AtomicPropertySetterGetterRules()
1779 Diag(Property->getLocation(), diag::note_property_declare); in AtomicPropertySetterGetterRules()
1782 Diag(SetterMethod->getLocation(), in AtomicPropertySetterGetterRules()
1785 Diag(Property->getLocation(), diag::note_property_declare); in AtomicPropertySetterGetterRules()
1803 (GetterMethod ? GetterMethod->getLocation() in AtomicPropertySetterGetterRules()
1804 : SetterMethod->getLocation()); in AtomicPropertySetterGetterRules()
1814 Diag(Property->getLocation(), diag::note_atomic_property_fixup_suggest) << in AtomicPropertySetterGetterRules()
1823 Diag(Property->getLocation(), diag::note_atomic_property_fixup_suggest) << in AtomicPropertySetterGetterRules()
1831 Diag(Property->getLocation(), diag::note_atomic_property_fixup_suggest) << in AtomicPropertySetterGetterRules()
1836 Diag(Property->getLocation(), diag::note_property_declare); in AtomicPropertySetterGetterRules()
1857 Diag(PD->getLocation(), diag::err_cocoa_naming_owned_rule); in DiagnoseOwningPropertyGetterSynthesis()
1859 Diag(PD->getLocation(), diag::warn_cocoa_naming_owned_rule); in DiagnoseOwningPropertyGetterSynthesis()
1863 SourceLocation noteLoc = PD->getLocation(); in DiagnoseOwningPropertyGetterSynthesis()
1870 noteLoc = getterRedecl->getLocation(); in DiagnoseOwningPropertyGetterSynthesis()
1917 Diag(ImplD->getLocation(), in DiagnoseMissingDesignatedInitOverrides()
1920 Diag(MD->getLocation(), diag::note_objc_designated_init_marked_here); in DiagnoseMissingDesignatedInitOverrides()
1956 property->getLocation()); in ProcessPropertyDecl()
1964 Diag(SetterMethod->getLocation(), diag::err_setter_type_void); in ProcessPropertyDecl()
1969 Diag(property->getLocation(), in ProcessPropertyDecl()
1973 Diag(SetterMethod->getLocation(), diag::note_declared_at); in ProcessPropertyDecl()
1988 redeclaredProperty->getLocation() : in ProcessPropertyDecl()
1989 property->getLocation(); in ProcessPropertyDecl()
2038 redeclaredProperty->getLocation() : in ProcessPropertyDecl()
2039 property->getLocation(); in ProcessPropertyDecl()