reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/CommentLexer.h
  206     assert(is(tok::html_end_tag));
  211     assert(is(tok::html_end_tag));
tools/clang/lib/AST/CommentLexer.cpp
  727   formTokenWithChars(T, End, tok::html_end_tag);
tools/clang/lib/AST/CommentParser.cpp
  544   assert(Tok.is(tok::html_end_tag));
  632     case tok::html_end_tag:
  739   case tok::html_end_tag:
tools/clang/unittests/AST/CommentLexer.cpp
 1438   ASSERT_EQ(tok::html_end_tag, Toks[1].getKind());