Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCommentLexer.cpp271 void Lexer::formTokenWithChars(Token &Result, const char *TokEnd, in formTokenWithChars() function in clang::comments::Lexer
341 formTokenWithChars(T, TokenPtr, tok::text); in lexCommentText()
378 formTokenWithChars(T, TokenPtr, tok::unknown_command); in lexCommentText()
392 formTokenWithChars(T, TokenPtr, CommandKind); in lexCommentText()
421 formTokenWithChars(T, TokenPtr, tok::newline); in lexCommentText()
450 formTokenWithChars(T, TextBegin, tok::verbatim_block_begin); in setupAndLexVerbatimBlock()
489 formTokenWithChars(T, End, tok::verbatim_block_end); in lexVerbatimBlockFirstLine()
505 formTokenWithChars(T, NextLine, tok::verbatim_block_line); in lexVerbatimBlockFirstLine()
518 formTokenWithChars(T, BufferPtr, tok::verbatim_block_line); in lexVerbatimBlockBody()
529 formTokenWithChars(T, TextBegin, tok::verbatim_line_name); in setupAndLexVerbatimLine()
[all …]
DCommentParser.cpp131 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()
/external/clang/include/clang/AST/
DCommentLexer.h295 void formTokenWithChars(Token &Result, const char *TokEnd,
300 formTokenWithChars(Result, TokEnd, tok::text); in formTextToken()