HomeSort by: relevance | last modified time | path
    Searched defs:formTokenWithChars (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
CommentLexer.cpp 279 void Lexer::formTokenWithChars(Token &Result, const char *TokEnd,
306 formTokenWithChars(T, TokenPtr, tok::newline);
380 formTokenWithChars(T, TokenPtr, tok::text);
418 formTokenWithChars(T, TokenPtr, tok::unknown_command);
433 formTokenWithChars(T, TokenPtr, CommandKind);
472 formTokenWithChars(T, TextBegin, tok::verbatim_block_begin);
511 formTokenWithChars(T, End, tok::verbatim_block_end);
527 formTokenWithChars(T, NextLine, tok::verbatim_block_line);
540 formTokenWithChars(T, BufferPtr, tok::verbatim_block_line);
551 formTokenWithChars(T, TextBegin, tok::verbatim_line_name)
    [all...]
CommentParser.cpp 130 void formTokenWithChars(Token &Result,
182 formTokenWithChars(Tok, Loc, WordBegin, Length, Text);
227 formTokenWithChars(Tok, Loc, WordBegin,
240 formTokenWithChars(PartialTok, getSourceLocation(),

Completed in 58 milliseconds