Lines Matching full:specialchars
2864 const char SpecialChars[] = {',', '/', '\\', ':', '.',2867 std::find(std::begin(SpecialChars), std::end(SpecialChars), Byte);2868 if (Pos != std::end(SpecialChars)) {2869 Mangler.getStream() << '?' << (Pos - std::begin(SpecialChars));