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

References

tools/clang/include/clang/AST/CommentLexer.h
  195     assert(is(tok::html_quoted_string));
  200     assert(is(tok::html_quoted_string));
tools/clang/lib/AST/CommentLexer.cpp
  675       formTokenWithChars(T, TokenPtr, tok::html_quoted_string);
tools/clang/lib/AST/CommentParser.cpp
  458       if (Tok.isNot(tok::html_quoted_string)) {
  465                Tok.is(tok::html_quoted_string))
  497     case tok::html_quoted_string:
  501              Tok.is(tok::html_quoted_string))
  648     case tok::html_quoted_string:
  755   case tok::html_quoted_string:
tools/clang/unittests/AST/CommentLexer.cpp
 1234     ASSERT_EQ(tok::html_quoted_string, Toks[4].getKind());
 1293     ASSERT_EQ(tok::html_quoted_string,    Toks[4].getKind());
 1324     ASSERT_EQ(tok::html_quoted_string,    Toks[4].getKind());