HomeSort by relevance Sort by last modified time
    Searched refs:SetterMethod (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaDeclObjC.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DirectIvarAssignment.cpp 204 ObjCMethodDecl *SetterMethod =
207 if (SetterMethod && SetterMethod->getCanonicalDecl() == MD)
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 288 if (ObjCMethodDecl *SetterMethod = D->lookupMethod(SetterSelector, true)) {
290 QualType SRT = SetterMethod->getResultType();
293 const ParmVarDecl *argDecl = *SetterMethod->param_begin();
296 SetterMethod->hasAttrs())
299 rewriteToObjCProperty(Method, SetterMethod, *NSAPIObj, commit);

Completed in 1060 milliseconds