Home | History | Annotate | Download | only in ARCMigrate

Lines Matching refs:argDecl

508     const ParmVarDecl *argDecl = *Setter->param_begin();
509 QualType ArgType = Context.getCanonicalType(argDecl->getType());
1239 const ParmVarDecl *argDecl = *SetterMethod->param_begin();
1240 QualType ArgType = argDecl->getType();