Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1855 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexUnicodeIdentifierStart()
2200 FormTokenWithChars(Result, CurPtr, Kind); in LexStringLiteral()
2248 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexRawStringLiteral()
2280 FormTokenWithChars(Result, CurPtr, Kind); in LexRawStringLiteral()
2382 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexCharConstant()
2422 FormTokenWithChars(Result, CurPtr, Kind); in LexCharConstant()
2676 FormTokenWithChars(Result, CurPtr, tok::comment); in SaveLineComment()
3073 FormTokenWithChars(Result, CurPtr, tok::eod); in LexEndOfFile()
3086 FormTokenWithChars(Result, BufferEnd, tok::eof); in LexEndOfFile()
4425 FormTokenWithChars(Result, CurPtr, Kind); in LexTokenInternal()
[all …]
H A DPPLexerChange.cpp358 CurLexer->FormTokenWithChars(Result, EndPos, tok::annot_module_end); in HandleEndOfFile()
451 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof); in HandleEndOfFile()
490 CurLexer->FormTokenWithChars(Result, EndPos, tok::annot_module_end); in HandleEndOfFile()
545 CurLexer->FormTokenWithChars(Result, EndPos, tok::annot_repl_input_end); in HandleEndOfFile()
549 CurLexer->FormTokenWithChars(Result, EndPos, tok::eof); in HandleEndOfFile()
H A DPragma.cpp905 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof); in HandlePragmaHdrstop()
H A DPPDirectives.cpp2338 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof); in HandleHeaderIncludeOrImport()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h623 void FormTokenWithChars(Token &Result, const char *TokEnd, in FormTokenWithChars() function