Home | History | Annotate | Download | only in AST

Lines Matching refs:getPropertyImplementation

972   if (PDecl->getPropertyImplementation() == ObjCPropertyDecl::Required)
974 else if (PDecl->getPropertyImplementation() == ObjCPropertyDecl::Optional)
1042 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize)