Lines Matching refs:FormTokenWithChars

1660     FormTokenWithChars(Result, CurPtr, tok::raw_identifier);  in LexIdentifier()
1813 FormTokenWithChars(Result, CurPtr, tok::numeric_constant); in LexNumericConstant()
1936 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexStringLiteral()
1946 FormTokenWithChars(Result, CurPtr - 1, tok::unknown); in LexStringLiteral()
1966 FormTokenWithChars(Result, CurPtr, Kind); in LexStringLiteral()
2014 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexRawStringLiteral()
2035 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexRawStringLiteral()
2046 FormTokenWithChars(Result, CurPtr, Kind); in LexRawStringLiteral()
2068 FormTokenWithChars(Result, AfterLessPos, tok::less); in LexAngledStringLiteral()
2076 FormTokenWithChars(Result, CurPtr - 1, tok::unknown); in LexAngledStringLiteral()
2090 FormTokenWithChars(Result, CurPtr, tok::header_name); in LexAngledStringLiteral()
2148 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexCharConstant()
2161 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexCharConstant()
2168 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexCharConstant()
2188 FormTokenWithChars(Result, CurPtr, Kind); in LexCharConstant()
2238 FormTokenWithChars(Result, CurPtr, tok::unknown); in SkipWhitespace()
2417 FormTokenWithChars(Result, CurPtr, tok::comment); in SaveLineComment()
2537 FormTokenWithChars(Result, CurPtr, tok::unknown); in SkipBlockComment()
2634 FormTokenWithChars(Result, CurPtr, tok::unknown); in SkipBlockComment()
2659 FormTokenWithChars(Result, CurPtr, tok::comment); in SkipBlockComment()
2748 FormTokenWithChars(Result, CurPtr, tok::eod); in LexEndOfFile()
2761 FormTokenWithChars(Result, BufferEnd, tok::eof); in LexEndOfFile()
2975 FormTokenWithChars(Result, End, tok::raw_identifier); in lexEditorPlaceholder()
3155 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexUnicode()
3220 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexTokenInternal()
3248 FormTokenWithChars(Result, CurPtr, tok::code_completion); in LexTokenInternal()
3968 FormTokenWithChars(Result, CurPtr, Kind); in LexTokenInternal()
3974 FormTokenWithChars(Result, CurPtr, tok::hash); in LexTokenInternal()