reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
111 size_t Pos = S.find(From); 114 if (Pos == StringRef::npos && From.startswith("_") && To.startswith("_")) { 115 From = From.substr(1); 115 From = From.substr(1); 117 Pos = S.find(From); 122 StringRef(Twine(S + ": replacing '" + From + 126 return (Twine(S.substr(0, Pos)) + To + S.substr(Pos + From.size())).str();