Searched refs:CommentBlock (Results 1 – 2 of 2) sorted by relevance
628 auto CommentBlock = std::make_unique<TagNode>(HTMLTag::TAG_DIV); in genHTML() local631 CommentBlock->Children.emplace_back(std::move(Node)); in genHTML()633 return CommentBlock; in genHTML()
457 SmallString<512> CommentBlock; in emitTypeInformation() local458 raw_svector_ostream CommentOS(CommentBlock); in emitTypeInformation()