Home | History | Annotate | Download | only in AST

Lines Matching refs:getPropertyImplementation

1230   if (D->getPropertyImplementation() == ObjCPropertyDecl::Required)
1232 else if (D->getPropertyImplementation() == ObjCPropertyDecl::Optional)
1271 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize)