Lines Matching refs:FormTokenWithChars
1648 FormTokenWithChars(Result, CurPtr, tok::raw_identifier); in LexIdentifier()
1799 FormTokenWithChars(Result, CurPtr, tok::numeric_constant); in LexNumericConstant()
1922 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexStringLiteral()
1932 FormTokenWithChars(Result, CurPtr - 1, tok::unknown); in LexStringLiteral()
1952 FormTokenWithChars(Result, CurPtr, Kind); in LexStringLiteral()
2000 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexRawStringLiteral()
2021 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexRawStringLiteral()
2032 FormTokenWithChars(Result, CurPtr, Kind); in LexRawStringLiteral()
2054 FormTokenWithChars(Result, AfterLessPos, tok::less); in LexAngledStringLiteral()
2062 FormTokenWithChars(Result, CurPtr - 1, tok::unknown); in LexAngledStringLiteral()
2076 FormTokenWithChars(Result, CurPtr, tok::angle_string_literal); in LexAngledStringLiteral()
2129 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexCharConstant()
2142 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexCharConstant()
2149 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexCharConstant()
2169 FormTokenWithChars(Result, CurPtr, Kind); in LexCharConstant()
2208 FormTokenWithChars(Result, CurPtr, tok::unknown); in SkipWhitespace()
2381 FormTokenWithChars(Result, CurPtr, tok::comment); in SaveLineComment()
2501 FormTokenWithChars(Result, CurPtr, tok::unknown); in SkipBlockComment()
2598 FormTokenWithChars(Result, CurPtr, tok::unknown); in SkipBlockComment()
2623 FormTokenWithChars(Result, CurPtr, tok::comment); in SkipBlockComment()
2711 FormTokenWithChars(Result, CurPtr, tok::eod); in LexEndOfFile()
2724 FormTokenWithChars(Result, BufferEnd, tok::eof); in LexEndOfFile()
2938 FormTokenWithChars(Result, End, tok::raw_identifier); in lexEditorPlaceholder()
3118 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexUnicode()
3183 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexTokenInternal()
3208 FormTokenWithChars(Result, CurPtr, tok::code_completion); in LexTokenInternal()
3925 FormTokenWithChars(Result, CurPtr, Kind); in LexTokenInternal()
3931 FormTokenWithChars(Result, CurPtr, tok::hash); in LexTokenInternal()