Searched refs:formTokenWithChars (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | CommentLexer.cpp | 260 void Lexer::formTokenWithChars(Token &Result, const char *TokEnd, in formTokenWithChars() function in clang::comments::Lexer 310 formTokenWithChars(T, TokenPtr, tok::newline); in lexCommentText() 375 formTokenWithChars(T, TokenPtr, tok::text); in lexCommentText() 414 formTokenWithChars(T, TokenPtr, tok::unknown_command); in lexCommentText() 429 formTokenWithChars(T, TokenPtr, CommandKind); in lexCommentText() 468 formTokenWithChars(T, TextBegin, tok::verbatim_block_begin); in setupAndLexVerbatimBlock() 507 formTokenWithChars(T, End, tok::verbatim_block_end); in lexVerbatimBlockFirstLine() 523 formTokenWithChars(T, NextLine, tok::verbatim_block_line); in lexVerbatimBlockFirstLine() 536 formTokenWithChars(T, BufferPtr, tok::verbatim_block_line); in lexVerbatimBlockBody() 547 formTokenWithChars(T, TextBegin, tok::verbatim_line_name); in setupAndLexVerbatimLine() [all …]
|
H A D | CommentParser.cpp | 155 void formTokenWithChars(Token &Result, in formTokenWithChars() function in clang::comments::TextTokenRetokenizer 221 formTokenWithChars(Tok, Loc, WordBegin, Length, Text); in lexType() 278 formTokenWithChars(Tok, Loc, WordBegin, Length, Text); in lexParHeading() 312 formTokenWithChars(Tok, Loc, WordBegin, Length, Text); in lexWord() 357 formTokenWithChars(Tok, Loc, WordBegin, in lexDelimitedSeq() 370 formTokenWithChars(PartialTok, getSourceLocation(), in putBackLeftoverTokens()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CommentLexer.h | 299 void formTokenWithChars(Token &Result, const char *TokEnd, 304 formTokenWithChars(Result, TokEnd, tok::text); in formTextToken()
|