Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp475 HTMLOpenTags.push_back(Tag); in actOnHTMLStartTagFinish()
492 I = HTMLOpenTags.rbegin(), E = HTMLOpenTags.rend(); in actOnHTMLEndTag()
506 while (!HTMLOpenTags.empty()) { in actOnHTMLEndTag()
507 HTMLStartTagComment *HST = HTMLOpenTags.pop_back_val(); in actOnHTMLEndTag()
552 while (!HTMLOpenTags.empty()) { in actOnFullComment()
553 HTMLStartTagComment *HST = HTMLOpenTags.pop_back_val(); in actOnFullComment()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentSema.h69 SmallVector<HTMLStartTagComment *, 8> HTMLOpenTags; variable