Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1981 FormTokenWithChars(Result, CurPtr, Kind); in LexStringLiteral()
2029 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexRawStringLiteral()
2061 FormTokenWithChars(Result, CurPtr, Kind); in LexRawStringLiteral()
2163 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexCharConstant()
2203 FormTokenWithChars(Result, CurPtr, Kind); in LexCharConstant()
2432 FormTokenWithChars(Result, CurPtr, tok::comment); in SaveLineComment()
2777 FormTokenWithChars(Result, CurPtr, tok::eod); in LexEndOfFile()
2790 FormTokenWithChars(Result, BufferEnd, tok::eof); in LexEndOfFile()
3189 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexUnicode()
4002 FormTokenWithChars(Result, CurPtr, Kind); in LexTokenInternal()
[all …]
H A DPPLexerChange.cpp360 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()
537 CurLexer->FormTokenWithChars(Result, EndPos, tok::eof); in HandleEndOfFile()
H A DPragma.cpp936 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof); in HandlePragmaHdrstop()
H A DPPDirectives.cpp2111 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof); in HandleHeaderIncludeOrImport()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h586 void FormTokenWithChars(Token &Result, const char *TokEnd, in FormTokenWithChars() function