• Home
  • Raw
  • Download

Lines Matching refs:getDeclName

102     << property->getDeclName()  in checkPropertyDeclWithOwnership()
118 DeclContext::lookup_result R = Proto->lookup(Prop->getDeclName()); in CheckPropertyAgainstProtocol()
237 DeclContext::lookup_result R = Super->lookup(Res->getDeclName()); in ActOnProperty()
404 << NewProperty->getDeclName() << "atomic" in checkAtomicPropertyMismatch()
463 << CCPrimary->getDeclName(); in HandlePropertyInClassExtension()
740 << property->getDeclName() in checkARCPropertyImpl()
741 << ivar->getDeclName() in checkARCPropertyImpl()
747 << property->getDeclName() in checkARCPropertyImpl()
748 << ivar->getDeclName(); in checkARCPropertyImpl()
753 << property->getDeclName() in checkARCPropertyImpl()
754 << ivar->getDeclName() in checkARCPropertyImpl()
866 for (auto Found : OrigClass->lookup(Prop->getDeclName())) { in hasWrittenStorageAttribute()
920 Diag(PropertyLoc, diag::error_bad_property_decl) << IDecl->getDeclName(); in ActOnPropertyImplDecl()
936 Diag(PropertyLoc, diag::error_category_property) << CD->getDeclName(); in ActOnPropertyImplDecl()
949 DeclContext::lookup_result R = Ext->lookup(property->getDeclName()); in ActOnPropertyImplDecl()
999 << Category->getDeclName(); in ActOnPropertyImplDecl()
1022 property->getDeclName())) { in ActOnPropertyImplDecl()
1148 << property->getDeclName() << Ivar->getDeclName() in ActOnPropertyImplDecl()
1149 << ClassDeclared->getDeclName(); in ActOnPropertyImplDecl()
1173 << property->getDeclName() << PropType in ActOnPropertyImplDecl()
1174 << Ivar->getDeclName() << IvarType; in ActOnPropertyImplDecl()
1188 << property->getDeclName() << PropType in ActOnPropertyImplDecl()
1189 << Ivar->getDeclName() << IvarType; in ActOnPropertyImplDecl()
1198 << property->getDeclName() << Ivar->getDeclName(); in ActOnPropertyImplDecl()
1207 << property->getDeclName() << Ivar->getDeclName(); in ActOnPropertyImplDecl()
1420 << Property->getDeclName() << inheritedName; in DiagnosePropertyMismatch()
1424 << Property->getDeclName() << "copy" << inheritedName; in DiagnosePropertyMismatch()
1436 << Property->getDeclName() << "retain (or strong)" << inheritedName; in DiagnosePropertyMismatch()
1446 << Property->getDeclName() << "setter" << inheritedName; in DiagnosePropertyMismatch()
1451 << Property->getDeclName() << "getter" << inheritedName; in DiagnosePropertyMismatch()
1492 << property->getDeclName() << PropertyIvarType in DiagnosePropertyAccessorMismatch()
1507 << property->getDeclName() in DiagnosePropertyAccessorMismatch()
1748 << Prop->getDeclName() << Method; in DiagnoseUnimplementedAccessor()
1883 << setterMethod->getSelector() << property->getDeclName(); in diagnoseNullResettableSynthesizedSetters()
2022 << method->getDeclName() << spelling; in DiagnoseOwningPropertyGetterSynthesis()
2120 << property->getDeclName() in ProcessPropertyDecl()