Searched refs:formTokenWithChars (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | CommentLexer.cpp | 310 formTokenWithChars(T, TokenPtr, tok::newline); in lexCommentText() 375 formTokenWithChars(T, TokenPtr, tok::text); in lexCommentText() 429 formTokenWithChars(T, TokenPtr, CommandKind); in lexCommentText() 507 formTokenWithChars(T, End, tok::verbatim_block_end); in lexVerbatimBlockFirstLine() 623 formTokenWithChars(T, TokenPtr, tok::text); in lexHTMLCharacterReference() 656 formTokenWithChars(T, TokenPtr, tok::html_ident); in lexHTMLStartTag() 662 formTokenWithChars(T, TokenPtr, tok::html_equals); in lexHTMLStartTag() 723 formTokenWithChars(T, End, tok::html_end_tag); in setupAndLexHTMLEndTag() 750 formTokenWithChars(T, BufferPtr, tok::eof); in lex() 814 formTokenWithChars(T, EndWhitespace, tok::newline); in lex() [all …]
|
| H A D | CommentParser.cpp | 130 void formTokenWithChars(Token &Result, in formTokenWithChars() function in clang::comments::TextTokenRetokenizer 182 formTokenWithChars(Tok, Loc, WordBegin, Length, Text); in lexWord() 227 formTokenWithChars(Tok, Loc, WordBegin, in lexDelimitedSeq() 240 formTokenWithChars(PartialTok, getSourceLocation(), in putBackLeftoverTokens()
|
| /llvm-project-15.0.7/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()
|