Home | History | Annotate | Download | only in Lex

Lines Matching refs:LexStringLiteral

1716 /// LexStringLiteral - Lex the remainder of a string literal, after having lexed
1718 bool Lexer::LexStringLiteral(Token &Result, const char *CurPtr,
3046 return LexStringLiteral(Result, ConsumeChar(CurPtr, SizeTmp, Result),
3067 return LexStringLiteral(Result,
3099 return LexStringLiteral(Result, ConsumeChar(CurPtr, SizeTmp, Result),
3142 return LexStringLiteral(Result, ConsumeChar(CurPtr, SizeTmp, Result),
3195 return LexStringLiteral(Result, CurPtr, tok::string_literal);