Home | History | Annotate | Download | only in Lex

Lines Matching refs:LexStringLiteral

1742 /// LexStringLiteral - Lex the remainder of a string literal, after having lexed
1744 bool Lexer::LexStringLiteral(Token &Result, const char *CurPtr,
3078 return LexStringLiteral(Result, ConsumeChar(CurPtr, SizeTmp, Result),
3099 return LexStringLiteral(Result,
3136 return LexStringLiteral(Result, ConsumeChar(CurPtr, SizeTmp, Result),
3179 return LexStringLiteral(Result, ConsumeChar(CurPtr, SizeTmp, Result),
3232 return LexStringLiteral(Result, CurPtr, tok::string_literal);