reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4829 ToProperty, D, Importer.getToContext(), DC, Loc, 4833 return ToProperty; 4852 ToProperty->setLexicalDeclContext(LexicalDC); 4853 LexicalDC->addDeclInternal(ToProperty); 4855 ToProperty->setPropertyAttributes(D->getPropertyAttributes()); 4856 ToProperty->setPropertyAttributesAsWritten( 4858 ToProperty->setGetterName(ToGetterName, ToGetterNameLoc); 4859 ToProperty->setSetterName(ToSetterName, ToSetterNameLoc); 4860 ToProperty->setGetterMethodDecl(ToGetterMethodDecl); 4861 ToProperty->setSetterMethodDecl(ToSetterMethodDecl); 4862 ToProperty->setPropertyIvarDecl(ToPropertyIvarDecl); 4863 return ToProperty;