Home
last modified time | relevance | path

Searched refs:formTokenWithChars (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentLexer.cpp279 void Lexer::formTokenWithChars(Token &Result, const char *TokEnd, in formTokenWithChars() function in clang::comments::Lexer
306 formTokenWithChars(T, TokenPtr, tok::newline); in lexCommentText()
380 formTokenWithChars(T, TokenPtr, tok::text); in lexCommentText()
418 formTokenWithChars(T, TokenPtr, tok::unknown_command); in lexCommentText()
433 formTokenWithChars(T, TokenPtr, CommandKind); in lexCommentText()
472 formTokenWithChars(T, TextBegin, tok::verbatim_block_begin); in setupAndLexVerbatimBlock()
511 formTokenWithChars(T, End, tok::verbatim_block_end); in lexVerbatimBlockFirstLine()
527 formTokenWithChars(T, NextLine, tok::verbatim_block_line); in lexVerbatimBlockFirstLine()
540 formTokenWithChars(T, BufferPtr, tok::verbatim_block_line); in lexVerbatimBlockBody()
551 formTokenWithChars(T, TextBegin, tok::verbatim_line_name); in setupAndLexVerbatimLine()
[all …]
H A DCommentParser.cpp130 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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentLexer.h299 void formTokenWithChars(Token &Result, const char *TokEnd,
304 formTokenWithChars(Result, TokEnd, tok::text); in formTextToken()