Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1919 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexUnicodeIdentifierStart()
1987 FormTokenWithChars(Result, CurPtr, tok::raw_identifier); in LexIdentifierContinue()
2111 FormTokenWithChars(Result, CurPtr, tok::numeric_constant); in LexNumericConstant()
2234 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexStringLiteral()
2244 FormTokenWithChars(Result, CurPtr - 1, tok::unknown); in LexStringLiteral()
2264 FormTokenWithChars(Result, CurPtr, Kind); in LexStringLiteral()
2323 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexRawStringLiteral()
2344 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexRawStringLiteral()
2355 FormTokenWithChars(Result, CurPtr, Kind); in LexRawStringLiteral()
2377 FormTokenWithChars(Result, AfterLessPos, tok::less); in LexAngledStringLiteral()
[all …]
H A DPPLexerChange.cpp351 CurLexer->FormTokenWithChars(Result, EndPos, tok::annot_module_end); in HandleEndOfFile()
443 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof); in HandleEndOfFile()
482 CurLexer->FormTokenWithChars(Result, EndPos, tok::annot_module_end); in HandleEndOfFile()
537 CurLexer->FormTokenWithChars(Result, EndPos, tok::annot_repl_input_end); in HandleEndOfFile()
541 CurLexer->FormTokenWithChars(Result, EndPos, tok::eof); in HandleEndOfFile()
H A DPragma.cpp898 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof); in HandlePragmaHdrstop()
H A DPPDirectives.cpp2449 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof); in HandleHeaderIncludeOrImport()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h641 void FormTokenWithChars(Token &Result, const char *TokEnd, in FormTokenWithChars() function