Lines Matching refs:FormTokenWithChars

1675     FormTokenWithChars(Result, CurPtr, tok::raw_identifier);  in LexIdentifier()
1828 FormTokenWithChars(Result, CurPtr, tok::numeric_constant); in LexNumericConstant()
1951 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexStringLiteral()
1961 FormTokenWithChars(Result, CurPtr - 1, tok::unknown); in LexStringLiteral()
1981 FormTokenWithChars(Result, CurPtr, Kind); in LexStringLiteral()
2029 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexRawStringLiteral()
2050 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexRawStringLiteral()
2061 FormTokenWithChars(Result, CurPtr, Kind); in LexRawStringLiteral()
2083 FormTokenWithChars(Result, AfterLessPos, tok::less); in LexAngledStringLiteral()
2091 FormTokenWithChars(Result, CurPtr - 1, tok::unknown); in LexAngledStringLiteral()
2105 FormTokenWithChars(Result, CurPtr, tok::header_name); in LexAngledStringLiteral()
2163 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexCharConstant()
2176 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexCharConstant()
2183 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexCharConstant()
2203 FormTokenWithChars(Result, CurPtr, Kind); in LexCharConstant()
2253 FormTokenWithChars(Result, CurPtr, tok::unknown); in SkipWhitespace()
2432 FormTokenWithChars(Result, CurPtr, tok::comment); in SaveLineComment()
2566 FormTokenWithChars(Result, CurPtr, tok::unknown); in SkipBlockComment()
2663 FormTokenWithChars(Result, CurPtr, tok::unknown); in SkipBlockComment()
2688 FormTokenWithChars(Result, CurPtr, tok::comment); in SkipBlockComment()
2777 FormTokenWithChars(Result, CurPtr, tok::eod); in LexEndOfFile()
2790 FormTokenWithChars(Result, BufferEnd, tok::eof); in LexEndOfFile()
3009 FormTokenWithChars(Result, End, tok::raw_identifier); in lexEditorPlaceholder()
3189 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexUnicode()
3254 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexTokenInternal()
3282 FormTokenWithChars(Result, CurPtr, tok::code_completion); in LexTokenInternal()
4002 FormTokenWithChars(Result, CurPtr, Kind); in LexTokenInternal()
4008 FormTokenWithChars(Result, CurPtr, tok::hash); in LexTokenInternal()