HomeSort by relevance Sort by last modified time
    Searched refs:verbatim_line_text (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
CommentLexer.h 45 verbatim_line_text, enumerator in enum:clang::comments::tok::TokenKind
164 assert(is(tok::verbatim_line_text));
169 assert(is(tok::verbatim_line_text));
  /external/clang/lib/AST/
CommentParser.cpp 641 case tok::verbatim_line_text:
710 // Next token might not be a tok::verbatim_line_text if verbatim line
712 if (Tok.is(tok::verbatim_line_text)) {
748 case tok::verbatim_line_text:
  /external/clang/unittests/AST/
CommentLexer.cpp 930 ASSERT_EQ(tok::verbatim_line_text, Toks[2].getKind());
958 ASSERT_EQ(tok::verbatim_line_text, Toks[2].getKind());
    [all...]

Completed in 94 milliseconds