Lines Matching refs:FormTokenWithChars

1493     FormTokenWithChars(Result, CurPtr, tok::raw_identifier);  in LexIdentifier()
1618 FormTokenWithChars(Result, CurPtr, tok::numeric_constant); in LexNumericConstant()
1740 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexStringLiteral()
1747 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexStringLiteral()
1767 FormTokenWithChars(Result, CurPtr, Kind); in LexStringLiteral()
1815 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexRawStringLiteral()
1836 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexRawStringLiteral()
1847 FormTokenWithChars(Result, CurPtr, Kind); in LexRawStringLiteral()
1869 FormTokenWithChars(Result, AfterLessPos, tok::less); in LexAngledStringLiteral()
1883 FormTokenWithChars(Result, CurPtr, tok::angle_string_literal); in LexAngledStringLiteral()
1909 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexCharConstant()
1922 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexCharConstant()
1929 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexCharConstant()
1949 FormTokenWithChars(Result, CurPtr, Kind); in LexCharConstant()
1989 FormTokenWithChars(Result, CurPtr, tok::unknown); in SkipWhitespace()
2157 FormTokenWithChars(Result, CurPtr, tok::comment); in SaveLineComment()
2277 FormTokenWithChars(Result, CurPtr, tok::unknown); in SkipBlockComment()
2374 FormTokenWithChars(Result, CurPtr, tok::unknown); in SkipBlockComment()
2399 FormTokenWithChars(Result, CurPtr, tok::comment); in SkipBlockComment()
2486 FormTokenWithChars(Result, CurPtr, tok::eod); in LexEndOfFile()
2499 FormTokenWithChars(Result, BufferEnd, tok::eof); in LexEndOfFile()
2857 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexUnicode()
2922 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexTokenInternal()
2947 FormTokenWithChars(Result, CurPtr, tok::code_completion); in LexTokenInternal()
3630 FormTokenWithChars(Result, CurPtr, Kind); in LexTokenInternal()
3636 FormTokenWithChars(Result, CurPtr, tok::hash); in LexTokenInternal()