Home | History | Annotate | Download | only in AST

Lines Matching refs:HTMLEndTagComment

478 HTMLEndTagComment *Sema::actOnHTMLEndTag(SourceLocation LocBegin,
481 HTMLEndTagComment *HET =
482 new (Allocator) HTMLEndTagComment(LocBegin, LocEnd, TagName);