Lines Matching refs:getLocation
97 S.Diag(property->getLocation(), in checkPropertyDeclWithOwnership()
328 Loc = Tok.getLocation(); in LocPropertyAttribute()
398 S.Diag(NewProperty->getLocation(), diag::warn_property_attribute) in checkAtomicPropertyMismatch()
401 S.Diag(OldProperty->getLocation(), diag::note_property_declare); in checkAtomicPropertyMismatch()
428 Diag(CDecl->getLocation(), diag::err_continuation_class); in HandlePropertyInClassExtension()
444 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
466 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
476 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
492 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
506 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
544 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
626 Diag(PDecl->getLocation(), diag::err_duplicate_property); in CreatePropertyDecl()
627 Diag(prevDecl->getLocation(), diag::note_property_declare); in CreatePropertyDecl()
709 Diag(PDecl->getLocation(), diag::err_objc_direct_on_protocol) << true; in CreatePropertyDecl()
713 Diag(PDecl->getLocation(), diag::warn_objc_direct_property_ignored) in CreatePropertyDecl()
763 S.Diag(ivar->getLocation(), diag::err_arc_strong_property_ownership) in checkARCPropertyImpl()
770 S.Diag(ivar->getLocation(), diag::err_weak_property) in checkARCPropertyImpl()
776 S.Diag(ivar->getLocation(), diag::err_arc_assign_property_ownership) in checkARCPropertyImpl()
790 S.Diag(property->getLocation(), diag::note_property_declare); in checkARCPropertyImpl()
966 auto Diag = S.Diag(Property->getLocation(), in SelectPropertyForSynthesisFromProtocols()
989 S.Diag(Note.Prop->getLocation(), diag::note_protocol_property_declare) in SelectPropertyForSynthesisFromProtocols()
1126 Diag(IC->getLocation(), diag::warn_auto_implicit_atomic_property); in ActOnPropertyImplDecl()
1127 Diag(property->getLocation(), diag::note_property_declare); in ActOnPropertyImplDecl()
1134 Diag(property->getLocation(), diag::note_property_declare); in ActOnPropertyImplDecl()
1155 Diag(property->getLocation(), diag::warn_auto_readonly_iboutlet_property) in ActOnPropertyImplDecl()
1163 Diag(property->getLocation(), in ActOnPropertyImplDecl()
1218 Diag(property->getLocation(), diag::note_property_declare); in ActOnPropertyImplDecl()
1238 Diag(property->getLocation(), diag::note_property_declare); in ActOnPropertyImplDecl()
1254 Diag(property->getLocation(), diag::note_property_declare); in ActOnPropertyImplDecl()
1263 Diag(property->getLocation(), in ActOnPropertyImplDecl()
1266 Diag(ClassImpDecl->getLocation(), diag::note_implemented_by_class) in ActOnPropertyImplDecl()
1288 Diag(property->getLocation(), diag::note_property_declare); in ActOnPropertyImplDecl()
1289 Diag(originalIvar->getLocation(), diag::note_ivar_decl); in ActOnPropertyImplDecl()
1306 Diag(property->getLocation(), diag::note_property_declare); in ActOnPropertyImplDecl()
1327 Diag(property->getLocation(), diag::note_property_declare); in ActOnPropertyImplDecl()
1354 Diag(Ivar->getLocation(), diag::note_previous_access_declaration) in ActOnPropertyImplDecl()
1379 Diag(Ivar->getLocation(), diag::note_ivar_decl); in ActOnPropertyImplDecl()
1394 Diag(Ivar->getLocation(), diag::note_ivar_decl); in ActOnPropertyImplDecl()
1403 Diag(Ivar->getLocation(), diag::note_ivar_decl); in ActOnPropertyImplDecl()
1466 Ivar->getLocation(), in ActOnPropertyImplDecl()
1481 Diag(getterMethod->getLocation(), in ActOnPropertyImplDecl()
1483 Diag(property->getLocation(), diag::note_property_declare); in ActOnPropertyImplDecl()
1491 Diag(getterMethod->getLocation(), diag::err_arc_illegal_method_def) in ActOnPropertyImplDecl()
1528 Ivar->getLocation(), in ActOnPropertyImplDecl()
1564 Diag(PPIDecl->getLocation(), diag::note_previous_use); in ActOnPropertyImplDecl()
1570 Diag(PPIDecl->getLocation(), diag::note_previous_declaration); in ActOnPropertyImplDecl()
1591 Diag(Ivar->getLocation(), diag::err_undeclared_var_use) in ActOnPropertyImplDecl()
1603 Diag(PPIDecl->getLocation(), diag::note_previous_use); in ActOnPropertyImplDecl()
1609 Diag(PPIDecl->getLocation(), diag::note_previous_declaration); in ActOnPropertyImplDecl()
1619 Diag(PIDecl->getPropertyDecl()->getLocation(), in ActOnPropertyImplDecl()
1651 Diag(Property->getLocation(), diag::warn_readonly_property) in DiagnosePropertyMismatch()
1655 Diag(Property->getLocation(), diag::warn_property_attribute) in DiagnosePropertyMismatch()
1665 Diag(Property->getLocation(), diag::warn_property_attribute) in DiagnosePropertyMismatch()
1679 Diag(Property->getLocation(), diag::warn_property_attribute) in DiagnosePropertyMismatch()
1681 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1684 Diag(Property->getLocation(), diag::warn_property_attribute) in DiagnosePropertyMismatch()
1686 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1702 Diag(Property->getLocation(), diag::warn_property_types_are_incompatible) in DiagnosePropertyMismatch()
1704 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1730 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()
1745 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()
1920 Diag(Prop->getLocation(), diag::warn_no_autosynthesis_shared_ivar_property) in DefaultSynthesizeProperties()
1922 if (PID->getLocation().isValid()) in DefaultSynthesizeProperties()
1923 Diag(PID->getLocation(), diag::note_property_synthesize); in DefaultSynthesizeProperties()
1936 Diag(IMPDecl->getLocation(), in DefaultSynthesizeProperties()
1939 Diag(Prop->getLocation(), diag::note_property_declare); in DefaultSynthesizeProperties()
1955 Diag(Prop->getLocation(), diag::warn_no_autosynthesis_property) in DefaultSynthesizeProperties()
1957 Diag(PropInSuperClass->getLocation(), diag::note_property_declare); in DefaultSynthesizeProperties()
1959 Diag(Prop->getLocation(), diag::warn_autosynthesis_property_in_superclass) in DefaultSynthesizeProperties()
1961 Diag(PropInSuperClass->getLocation(), diag::note_property_declare); in DefaultSynthesizeProperties()
1962 Diag(IMPDecl->getLocation(), diag::note_while_in_implementation); in DefaultSynthesizeProperties()
1975 Prop->getLocation(), Prop->getQueryKind())); in DefaultSynthesizeProperties()
1977 Diag(Prop->getLocation(), diag::warn_missing_explicit_synthesis); in DefaultSynthesizeProperties()
1978 Diag(IMPDecl->getLocation(), diag::note_while_in_implementation); in DefaultSynthesizeProperties()
2022 S.Diag(IMPDecl->getLocation(), diag) << Prop->getDeclName() << Method; in DiagnoseUnimplementedAccessor()
2023 S.Diag(Prop->getLocation(), diag::note_property_declare); in DiagnoseUnimplementedAccessor()
2028 S.Diag(RID->getLocation(), diag::note_suppressed_class_declare); in DiagnoseUnimplementedAccessor()
2154 SourceLocation loc = propertyImpl->getLocation(); in diagnoseNullResettableSynthesizedSetters()
2200 Diag(GetterMethod->getLocation(), in AtomicPropertySetterGetterRules()
2203 Diag(Property->getLocation(), diag::note_property_declare); in AtomicPropertySetterGetterRules()
2206 Diag(SetterMethod->getLocation(), in AtomicPropertySetterGetterRules()
2209 Diag(Property->getLocation(), diag::note_property_declare); in AtomicPropertySetterGetterRules()
2229 (GetterMethod ? GetterMethod->getLocation() in AtomicPropertySetterGetterRules()
2230 : SetterMethod->getLocation()); in AtomicPropertySetterGetterRules()
2242 Diag(Property->getLocation(), in AtomicPropertySetterGetterRules()
2249 Diag(Property->getLocation(), in AtomicPropertySetterGetterRules()
2254 Diag(Property->getLocation(), diag::note_property_declare); in AtomicPropertySetterGetterRules()
2278 Diag(PD->getLocation(), diag::err_cocoa_naming_owned_rule); in DiagnoseOwningPropertyGetterSynthesis()
2280 Diag(PD->getLocation(), diag::warn_cocoa_naming_owned_rule); in DiagnoseOwningPropertyGetterSynthesis()
2284 SourceLocation noteLoc = PD->getLocation(); in DiagnoseOwningPropertyGetterSynthesis()
2291 noteLoc = getterRedecl->getLocation(); in DiagnoseOwningPropertyGetterSynthesis()
2352 Diag(ImplD->getLocation(), in DiagnoseMissingDesignatedInitOverrides()
2355 Diag(MD->getLocation(), diag::note_objc_designated_init_marked_here); in DiagnoseMissingDesignatedInitOverrides()
2410 property->getLocation()); in ProcessPropertyDecl()
2420 Diag(property->getLocation(), diag::err_objc_direct_duplicate_decl) in ProcessPropertyDecl()
2424 Diag(ExistingGetter->getLocation(), diag::note_previous_declaration); in ProcessPropertyDecl()
2436 Diag(property->getLocation(), diag::err_objc_direct_duplicate_decl) in ProcessPropertyDecl()
2440 Diag(ExistingSetter->getLocation(), diag::note_previous_declaration); in ProcessPropertyDecl()
2449 Diag(SetterMethod->getLocation(), diag::err_setter_type_void); in ProcessPropertyDecl()
2454 Diag(property->getLocation(), in ProcessPropertyDecl()
2458 Diag(SetterMethod->getLocation(), diag::note_declared_at); in ProcessPropertyDecl()
2472 SourceLocation Loc = property->getLocation(); in ProcessPropertyDecl()
2536 SourceLocation Loc = property->getLocation(); in ProcessPropertyDecl()