Lines Matching refs:FormTokenWithChars

1489     FormTokenWithChars(Result, CurPtr, tok::raw_identifier);  in LexIdentifier()
1614 FormTokenWithChars(Result, CurPtr, tok::numeric_constant); in LexNumericConstant()
1736 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexStringLiteral()
1743 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexStringLiteral()
1763 FormTokenWithChars(Result, CurPtr, Kind); in LexStringLiteral()
1811 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexRawStringLiteral()
1832 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexRawStringLiteral()
1843 FormTokenWithChars(Result, CurPtr, Kind); in LexRawStringLiteral()
1865 FormTokenWithChars(Result, AfterLessPos, tok::less); in LexAngledStringLiteral()
1879 FormTokenWithChars(Result, CurPtr, tok::angle_string_literal); in LexAngledStringLiteral()
1905 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexCharConstant()
1918 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexCharConstant()
1925 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexCharConstant()
1945 FormTokenWithChars(Result, CurPtr, Kind); in LexCharConstant()
1985 FormTokenWithChars(Result, CurPtr, tok::unknown); in SkipWhitespace()
2153 FormTokenWithChars(Result, CurPtr, tok::comment); in SaveLineComment()
2273 FormTokenWithChars(Result, CurPtr, tok::unknown); in SkipBlockComment()
2370 FormTokenWithChars(Result, CurPtr, tok::unknown); in SkipBlockComment()
2395 FormTokenWithChars(Result, CurPtr, tok::comment); in SkipBlockComment()
2482 FormTokenWithChars(Result, CurPtr, tok::eod); in LexEndOfFile()
2495 FormTokenWithChars(Result, BufferEnd, tok::eof); in LexEndOfFile()
2853 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexUnicode()
2918 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexTokenInternal()
2943 FormTokenWithChars(Result, CurPtr, tok::code_completion); in LexTokenInternal()
3626 FormTokenWithChars(Result, CurPtr, Kind); in LexTokenInternal()
3632 FormTokenWithChars(Result, CurPtr, tok::hash); in LexTokenInternal()