Home | History | Annotate | Download | only in Lex

Lines Matching full:ltoken

855   Token LToken;
856 L.LexFromRawLexer(LToken);
857 Tok.Location = LToken.getLocation().getRawEncoding();
858 switch (LToken.getKind()) {
860 Tok.StringData = LToken.getRawIdentifierData();
861 Tok.StringLength = LToken.getLength();
911 if (LToken.hasUDSuffix()) {
912 Diags.Report(LToken.getLocation(), diag::err_invalid_string_udl);
919 StringLiteralParser StringLiteral(&LToken, 1, SourceMgr, LangOpts, *Target);
940 Diags.Report(LToken.getLocation(), diag::err_mmap_unknown_token);