Home | History | Annotate | Download | only in AST

Lines Matching refs:getPropertyImplementation

1050   if (PDecl->getPropertyImplementation() == ObjCPropertyDecl::Required)
1052 else if (PDecl->getPropertyImplementation() == ObjCPropertyDecl::Optional)
1122 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize)