Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp446 HTMLOpenTags.push_back(Tag); in actOnHTMLStartTagFinish()
463 I = HTMLOpenTags.rbegin(), E = HTMLOpenTags.rend(); in actOnHTMLEndTag()
477 while (!HTMLOpenTags.empty()) { in actOnHTMLEndTag()
478 HTMLStartTagComment *HST = HTMLOpenTags.pop_back_val(); in actOnHTMLEndTag()
523 while (!HTMLOpenTags.empty()) { in actOnFullComment()
524 HTMLStartTagComment *HST = HTMLOpenTags.pop_back_val(); in actOnFullComment()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h69 SmallVector<HTMLStartTagComment *, 8> HTMLOpenTags; variable