Home | History | Annotate | Download | only in AST

Lines Matching refs:HTMLStartTagComment

463 HTMLStartTagComment *Sema::actOnHTMLStartTagStart(SourceLocation LocBegin,
465 return new (Allocator) HTMLStartTagComment(LocBegin, TagName);
469 HTMLStartTagComment *Tag,
470 ArrayRef<HTMLStartTagComment::Attribute> Attrs,
493 for (SmallVectorImpl<HTMLStartTagComment *>::const_reverse_iterator
508 const HTMLStartTagComment *HST = HTMLOpenTags.back();