HomeSort by relevance Sort by last modified time
    Searched defs:formTokenWithChars (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
CommentLexer.cpp 271 void Lexer::formTokenWithChars(Token &Result, const char *TokEnd,
341 formTokenWithChars(T, TokenPtr, tok::text);
378 formTokenWithChars(T, TokenPtr, tok::unknown_command);
392 formTokenWithChars(T, TokenPtr, CommandKind);
421 formTokenWithChars(T, TokenPtr, tok::newline);
450 formTokenWithChars(T, TextBegin, tok::verbatim_block_begin);
489 formTokenWithChars(T, End, tok::verbatim_block_end);
505 formTokenWithChars(T, NextLine, tok::verbatim_block_line);
523 formTokenWithChars(T, TextBegin, tok::verbatim_line_name);
535 formTokenWithChars(T, Newline, tok::verbatim_line_text)
    [all...]
CommentParser.cpp 131 void formTokenWithChars(Token &Result,
183 formTokenWithChars(Tok, Loc, WordBegin, Length, Text);
228 formTokenWithChars(Tok, Loc, WordBegin,
241 formTokenWithChars(PartialTok, getSourceLocation(),

Completed in 425 milliseconds