Searched refs:formTokenWithChars (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | CommentLexer.cpp | 307 formTokenWithChars(T, TokenPtr, tok::newline); in lexCommentText() 381 formTokenWithChars(T, TokenPtr, tok::text); in lexCommentText() 434 formTokenWithChars(T, TokenPtr, CommandKind); in lexCommentText() 512 formTokenWithChars(T, End, tok::verbatim_block_end); in lexVerbatimBlockFirstLine() 628 formTokenWithChars(T, TokenPtr, tok::text); in lexHTMLCharacterReference() 661 formTokenWithChars(T, TokenPtr, tok::html_ident); in lexHTMLStartTag() 667 formTokenWithChars(T, TokenPtr, tok::html_equals); in lexHTMLStartTag() 728 formTokenWithChars(T, End, tok::html_end_tag); in setupAndLexHTMLEndTag() 756 formTokenWithChars(T, BufferPtr, tok::eof); in lex() 820 formTokenWithChars(T, EndWhitespace, tok::newline); in lex() [all …]
|
| H A D | CommentParser.cpp | 131 void formTokenWithChars(Token &Result, in formTokenWithChars() function in clang::comments::TextTokenRetokenizer 183 formTokenWithChars(Tok, Loc, WordBegin, Length, Text); in lexWord() 228 formTokenWithChars(Tok, Loc, WordBegin, in lexDelimitedSeq() 241 formTokenWithChars(PartialTok, getSourceLocation(), in putBackLeftoverTokens()
|
| /freebsd-12.1/contrib/llvm/tools/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()
|