Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCommentLexer.cpp280 void Lexer::formTokenWithChars(Token &Result, const char *TokEnd, in formTokenWithChars() function in clang::comments::Lexer
350 formTokenWithChars(T, TokenPtr, tok::text); in lexCommentText()
387 formTokenWithChars(T, TokenPtr, tok::unknown_command); in lexCommentText()
401 formTokenWithChars(T, TokenPtr, CommandKind); in lexCommentText()
429 formTokenWithChars(T, TokenPtr, tok::newline); in lexCommentText()
458 formTokenWithChars(T, TextBegin, tok::verbatim_block_begin); in setupAndLexVerbatimBlock()
497 formTokenWithChars(T, End, tok::verbatim_block_end); in lexVerbatimBlockFirstLine()
513 formTokenWithChars(T, NextLine, tok::verbatim_block_line); in lexVerbatimBlockFirstLine()
526 formTokenWithChars(T, BufferPtr, tok::verbatim_block_line); in lexVerbatimBlockBody()
537 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()