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

References

tools/clang/unittests/AST/CommentParser.cpp
  366   ::testing::AssertionResult AR = HasHTMLStartTagAt(C, Idx, HST, TagName);
  370   if (HST->isSelfClosing())
  374   if (HST->getNumAttrs() != 0)
  376         << "HTMLStartTagComment has " << HST->getNumAttrs() << " attr(s), "