Home | History | Annotate | Download | only in Lex

Lines Matching refs:LexStringLiteral

1623 /// LexStringLiteral - Lex the remainder of a string literal, after having lexed
1625 void Lexer::LexStringLiteral(Token &Result, const char *CurPtr,
2864 return LexStringLiteral(Result, ConsumeChar(CurPtr, SizeTmp, Result),
2885 return LexStringLiteral(Result,
2917 return LexStringLiteral(Result, ConsumeChar(CurPtr, SizeTmp, Result),
2960 return LexStringLiteral(Result, ConsumeChar(CurPtr, SizeTmp, Result),
3013 return LexStringLiteral(Result, CurPtr, tok::string_literal);