Lines Matching refs:FormTokenWithChars
1178 FormTokenWithChars(Result, CurPtr, tok::raw_identifier); in LexIdentifier()
1266 FormTokenWithChars(Result, CurPtr, tok::numeric_constant); in LexNumericConstant()
1288 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexStringLiteral()
1303 FormTokenWithChars(Result, CurPtr, in LexStringLiteral()
1323 FormTokenWithChars(Result, AfterLessPos, tok::less); in LexAngledStringLiteral()
1337 FormTokenWithChars(Result, CurPtr, tok::angle_string_literal); in LexAngledStringLiteral()
1351 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexCharConstant()
1367 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexCharConstant()
1381 FormTokenWithChars(Result, CurPtr, tok::char_constant); in LexCharConstant()
1423 FormTokenWithChars(Result, CurPtr, tok::unknown); in SkipWhitespace()
1558 FormTokenWithChars(Result, CurPtr, tok::comment); in SaveBCPLComment()
1678 FormTokenWithChars(Result, CurPtr, tok::unknown); in SkipBlockComment()
1766 FormTokenWithChars(Result, CurPtr, tok::unknown); in SkipBlockComment()
1786 FormTokenWithChars(Result, CurPtr, tok::comment); in SkipBlockComment()
1866 FormTokenWithChars(Result, CurPtr, tok::code_completion); in LexEndOfFile()
1883 FormTokenWithChars(Result, CurPtr, tok::eod); in LexEndOfFile()
1895 FormTokenWithChars(Result, BufferEnd, tok::eof); in LexEndOfFile()
2078 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexTokenInternal()
2410 FormTokenWithChars(Result, CurPtr, tok::hash); in LexTokenInternal()
2584 FormTokenWithChars(Result, CurPtr, tok::hash); in LexTokenInternal()
2627 FormTokenWithChars(Result, CurPtr, Kind); in LexTokenInternal()