Searched defs:setterMethod (Results 1 – 7 of 7) sorted by relevance
229 Method setterMethod = indexedBuilderMethods.get(propertyName); in extractSetterMethod() local240 …private boolean setterHasValidSignature(Method setterMethod, Class<?> expectedType, Class<?> build… in setterHasValidSignature()245 private boolean setterHasValidParameterSignature(Method setterMethod, Class<?> expectedType) { in setterHasValidParameterSignature()249 private boolean setterHasValidReturnType(Method setterMethod, Class<?> builderClass) { in setterHasValidReturnType()
103 MethodSpec.Builder setterMethod = field.setterSpec().toBuilder().addModifiers(ABSTRACT); in builderInterfaceSpec() local
1299 if (ObjCMethodDecl *setterMethod = property->getSetterMethodDecl()) { in ActOnPropertyImplDecl() local1927 auto *setterMethod = property->getSetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters() local
739 ObjCMethodDecl *setterMethod) { in BuildObjCSubscriptExpression()
2842 ObjCMethodDecl *setterMethod) { in RebuildObjCSubscriptRefExpr()
1593 MethodDefinition setterMethod = in createNestedBuilderClass() local
1150 ObjCMethodDecl *setterMethod = prop->getSetterMethodDecl(); in generateObjCSetterBody() local