Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentSema.cpp473 HTMLOpenTags.push_back(Tag); in actOnHTMLStartTagFinish()
490 I = HTMLOpenTags.rbegin(), E = HTMLOpenTags.rend(); in actOnHTMLEndTag()
504 while (!HTMLOpenTags.empty()) { in actOnHTMLEndTag()
505 HTMLStartTagComment *HST = HTMLOpenTags.pop_back_val(); in actOnHTMLEndTag()
550 while (!HTMLOpenTags.empty()) { in actOnFullComment()
551 HTMLStartTagComment *HST = HTMLOpenTags.pop_back_val(); in actOnFullComment()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentSema.h70 SmallVector<HTMLStartTagComment *, 8> HTMLOpenTags; variable