reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
388 ::testing::AssertionResult AR = HasHTMLStartTagAt(C, Idx, HST, TagName); 392 if (HST->isSelfClosing()) 396 if (HST->getNumAttrs() != 1) 398 << "HTMLStartTagComment has " << HST->getNumAttrs() << " attr(s), " 401 StringRef ActualName = HST->getAttr(0).Name; 407 StringRef ActualValue = HST->getAttr(0).Value;