Home
last modified time | relevance | path

Searched refs:FormTokenWithChars (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp1758 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexUnicodeIdentifierStart()
2069 FormTokenWithChars(Result, CurPtr, Kind); in LexStringLiteral()
2117 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexRawStringLiteral()
2149 FormTokenWithChars(Result, CurPtr, Kind); in LexRawStringLiteral()
2251 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexCharConstant()
2291 FormTokenWithChars(Result, CurPtr, Kind); in LexCharConstant()
2545 FormTokenWithChars(Result, CurPtr, tok::comment); in SaveLineComment()
2942 FormTokenWithChars(Result, CurPtr, tok::eod); in LexEndOfFile()
2955 FormTokenWithChars(Result, BufferEnd, tok::eof); in LexEndOfFile()
4287 FormTokenWithChars(Result, CurPtr, Kind); in LexTokenInternal()
[all …]
H A DPPLexerChange.cpp348 CurLexer->FormTokenWithChars(Result, EndPos, tok::annot_module_end); in HandleEndOfFile()
441 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof); in HandleEndOfFile()
480 CurLexer->FormTokenWithChars(Result, EndPos, tok::annot_module_end); in HandleEndOfFile()
534 CurLexer->FormTokenWithChars(Result, EndPos, tok::eof); in HandleEndOfFile()
H A DPragma.cpp893 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof); in HandlePragmaHdrstop()
H A DPPDirectives.cpp2299 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof); in HandleHeaderIncludeOrImport()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DLexer.h619 void FormTokenWithChars(Token &Result, const char *TokEnd, in FormTokenWithChars() function