Home | History | Annotate | Download | only in Lex

Lines Matching refs:LexStringLiteral

1370 /// LexStringLiteral - Lex the remainder of a string literal, after having lexed
1372 void Lexer::LexStringLiteral(Token &Result, const char *CurPtr,
2431 return LexStringLiteral(Result, ConsumeChar(CurPtr, SizeTmp, Result),
2451 return LexStringLiteral(Result,
2483 return LexStringLiteral(Result, ConsumeChar(CurPtr, SizeTmp, Result),
2525 return LexStringLiteral(Result, ConsumeChar(CurPtr, SizeTmp, Result),
2578 return LexStringLiteral(Result, CurPtr, tok::string_literal);