HomeSort by: relevance | last modified time | path
    Searched refs:SetterMethod (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DirectIvarAssignment.cpp 191 ObjCMethodDecl *SetterMethod =
194 if (SetterMethod && SetterMethod->getCanonicalDecl() == MD)
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 1500 if (ObjCMethodDecl *setterMethod = property->getSetterMethodDecl()) {
1501 setterMethod->createImplicitParams(Context, IDecl);
1506 setterMethod->getSelector(), setterMethod->isInstanceMethod());
1508 OMD = RedeclarePropertyAccessor(Context, IC, setterMethod,
1516 SynthesizedFunctionScope Scope(*this, setterMethod);
1517 ImplicitParamDecl *SelfDecl = setterMethod->getSelfDecl();
1531 ObjCMethodDecl::param_iterator P = setterMethod->param_begin();
2183 ObjCMethodDecl *SetterMethod = nullptr;
2193 SetterMethod = Property->isClassProperty()
    [all...]
SemaDeclObjC.cpp 4099 if (ObjCMethodDecl *SetterMethod
4101 SetterMethod->setPropertyAccessor(true);
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ObjCMT.cpp 1178 ObjCMethodDecl *SetterMethod = D->getInstanceMethod(SetterSelector);
1180 if (!SetterMethod) {
1201 SetterMethod = D->getInstanceMethod(SetterSelector);
1206 if (SetterMethod) {
1210 if (SetterMethod->isDeprecated() ||
1211 !AttributesMatch(Method, SetterMethod, AvailabilityArgsMatch))
1215 QualType SRT = SetterMethod->getReturnType();
1218 const ParmVarDecl *argDecl = *SetterMethod->param_begin();
1223 rewriteToObjCProperty(Method, SetterMethod, *NSAPIObj, commit,
1237 rewriteToObjCProperty(Method, nullptr /*SetterMethod*/, *NSAPIObj, commit
    [all...]

Completed in 21 milliseconds