Home
last modified time | relevance | path

Searched refs:HTMLOpenTags (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp448 HTMLOpenTags.push_back(Tag); in actOnHTMLStartTagFinish()
465 I = HTMLOpenTags.rbegin(), E = HTMLOpenTags.rend(); in actOnHTMLEndTag()
479 while (!HTMLOpenTags.empty()) { in actOnHTMLEndTag()
480 HTMLStartTagComment *HST = HTMLOpenTags.pop_back_val(); in actOnHTMLEndTag()
525 while (!HTMLOpenTags.empty()) { in actOnFullComment()
526 HTMLStartTagComment *HST = HTMLOpenTags.pop_back_val(); in actOnFullComment()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h69 SmallVector<HTMLStartTagComment *, 8> HTMLOpenTags; variable