Home | History | Annotate | Download | only in Lex

Lines Matching refs:Stringify

214 /// Stringify - Convert the specified string into a C string, with surrounding
216 std::string Lexer::Stringify(const std::string &Str, bool Charify) {
228 /// Stringify - Convert the specified string into a C string by escaping '\'
230 void Lexer::Stringify(SmallVectorImpl<char> &Str) {
825 // or the stringify operator ('#') this function will always return false;