Lines Matching refs:FormTokenWithChars

1758   FormTokenWithChars(Result, CurPtr, tok::unknown);  in LexUnicodeIdentifierStart()
1798 FormTokenWithChars(Result, CurPtr, tok::raw_identifier); in LexIdentifierContinue()
1916 FormTokenWithChars(Result, CurPtr, tok::numeric_constant); in LexNumericConstant()
2039 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexStringLiteral()
2049 FormTokenWithChars(Result, CurPtr - 1, tok::unknown); in LexStringLiteral()
2069 FormTokenWithChars(Result, CurPtr, Kind); in LexStringLiteral()
2117 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexRawStringLiteral()
2138 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexRawStringLiteral()
2149 FormTokenWithChars(Result, CurPtr, Kind); in LexRawStringLiteral()
2171 FormTokenWithChars(Result, AfterLessPos, tok::less); in LexAngledStringLiteral()
2179 FormTokenWithChars(Result, CurPtr - 1, tok::unknown); in LexAngledStringLiteral()
2193 FormTokenWithChars(Result, CurPtr, tok::header_name); in LexAngledStringLiteral()
2251 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexCharConstant()
2264 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexCharConstant()
2271 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexCharConstant()
2291 FormTokenWithChars(Result, CurPtr, Kind); in LexCharConstant()
2341 FormTokenWithChars(Result, CurPtr, tok::unknown); in SkipWhitespace()
2545 FormTokenWithChars(Result, CurPtr, tok::comment); in SaveLineComment()
2679 FormTokenWithChars(Result, CurPtr, tok::unknown); in SkipBlockComment()
2828 FormTokenWithChars(Result, CurPtr, tok::unknown); in SkipBlockComment()
2853 FormTokenWithChars(Result, CurPtr, tok::comment); in SkipBlockComment()
2942 FormTokenWithChars(Result, CurPtr, tok::eod); in LexEndOfFile()
2955 FormTokenWithChars(Result, BufferEnd, tok::eof); in LexEndOfFile()
3181 FormTokenWithChars(Result, End, tok::raw_identifier); in lexEditorPlaceholder()
3537 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexTokenInternal()
3565 FormTokenWithChars(Result, CurPtr, tok::code_completion); in LexTokenInternal()
4287 FormTokenWithChars(Result, CurPtr, Kind); in LexTokenInternal()
4293 FormTokenWithChars(Result, CurPtr, tok::hash); in LexTokenInternal()