• Home
  • Raw
  • Download

Lines Matching refs:getDeclName

100     << property->getDeclName()  in checkARCPropertyDecl()
125 DeclContext::lookup_result R = Proto->lookup(Prop->getDeclName()); in CheckPropertyAgainstProtocol()
205 DeclContext::lookup_result R = Super->lookup(Res->getDeclName()); in ActOnProperty()
453 PIDecl->getDeclName().getAsIdentifierInfo())) { in HandlePropertyInClassExtension()
506 << CCPrimary->getDeclName(); in HandlePropertyInClassExtension()
683 << property->getDeclName() in checkARCPropertyImpl()
684 << ivar->getDeclName() in checkARCPropertyImpl()
690 << property->getDeclName() in checkARCPropertyImpl()
691 << ivar->getDeclName(); in checkARCPropertyImpl()
696 << property->getDeclName() in checkARCPropertyImpl()
697 << ivar->getDeclName() in checkARCPropertyImpl()
831 Diag(PropertyLoc, diag::error_bad_property_decl) << IDecl->getDeclName(); in ActOnPropertyImplDecl()
847 Diag(PropertyLoc, diag::error_category_property) << CD->getDeclName(); in ActOnPropertyImplDecl()
860 DeclContext::lookup_result R = Ext->lookup(property->getDeclName()); in ActOnPropertyImplDecl()
910 << Category->getDeclName(); in ActOnPropertyImplDecl()
933 property->getDeclName())) { in ActOnPropertyImplDecl()
1053 << property->getDeclName() << Ivar->getDeclName() in ActOnPropertyImplDecl()
1054 << ClassDeclared->getDeclName(); in ActOnPropertyImplDecl()
1078 << property->getDeclName() << PropType in ActOnPropertyImplDecl()
1079 << Ivar->getDeclName() << IvarType; in ActOnPropertyImplDecl()
1093 << property->getDeclName() << PropType in ActOnPropertyImplDecl()
1094 << Ivar->getDeclName() << IvarType; in ActOnPropertyImplDecl()
1103 << property->getDeclName() << Ivar->getDeclName(); in ActOnPropertyImplDecl()
1112 << property->getDeclName() << Ivar->getDeclName(); in ActOnPropertyImplDecl()
1320 << Property->getDeclName() << inheritedName; in DiagnosePropertyMismatch()
1324 << Property->getDeclName() << "copy" << inheritedName; in DiagnosePropertyMismatch()
1336 << Property->getDeclName() << "retain (or strong)" << inheritedName; in DiagnosePropertyMismatch()
1343 << Property->getDeclName() << "atomic" << inheritedName; in DiagnosePropertyMismatch()
1348 << Property->getDeclName() << "setter" << inheritedName; in DiagnosePropertyMismatch()
1353 << Property->getDeclName() << "getter" << inheritedName; in DiagnosePropertyMismatch()
1395 << property->getDeclName() << PropertyIvarType in DiagnosePropertyAccessorMismatch()
1410 << property->getDeclName() in DiagnosePropertyAccessorMismatch()
1635 << Prop->getDeclName() << Method; in DiagnoseUnimplementedAccessor()
1931 << property->getDeclName() in ProcessPropertyDecl()