Home | History | Annotate | Download | only in ARCMigrate

Lines Matching refs:Ix

1219   size_t Ix = LoweredClassName.rfind(MethodNamePrefix);
1220 if (Ix == StringRef::npos)
1222 std::string ClassNamePostfix = LoweredClassName.substr(Ix);