Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp1952 FormTokenWithChars(Result, CurPtr, Kind); in LexStringLiteral()
2000 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexRawStringLiteral()
2032 FormTokenWithChars(Result, CurPtr, Kind); in LexRawStringLiteral()
2129 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexCharConstant()
2169 FormTokenWithChars(Result, CurPtr, Kind); in LexCharConstant()
2381 FormTokenWithChars(Result, CurPtr, tok::comment); in SaveLineComment()
2711 FormTokenWithChars(Result, CurPtr, tok::eod); in LexEndOfFile()
2724 FormTokenWithChars(Result, BufferEnd, tok::eof); in LexEndOfFile()
3118 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexUnicode()
3925 FormTokenWithChars(Result, CurPtr, Kind); in LexTokenInternal()
[all …]
H A DPPLexerChange.cpp321 CurLexer->FormTokenWithChars(Result, EndPos, tok::annot_module_end); in HandleEndOfFile()
408 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof); in HandleEndOfFile()
444 CurLexer->FormTokenWithChars(Result, EndPos, tok::annot_module_end); in HandleEndOfFile()
491 CurLexer->FormTokenWithChars(Result, EndPos, tok::eof); in HandleEndOfFile()
H A DPragma.cpp893 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof); in HandlePragmaHdrstop()
H A DPPDirectives.cpp1935 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof); in HandleIncludeDirective()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h568 void FormTokenWithChars(Token &Result, const char *TokEnd, in FormTokenWithChars() function