Home | History | Annotate | Download | only in Lex

Lines Matching defs:Stringify

206 /// Stringify - Convert the specified string into a C string, with surrounding
208 std::string Lexer::Stringify(const std::string &Str, bool Charify) {
220 /// Stringify - Convert the specified string into a C string by escaping '\'
222 void Lexer::Stringify(SmallVectorImpl<char> &Str) {