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

/external/clang/lib/AST/
H A DCommentSema.cpp475 HTMLOpenTags.push_back(Tag);
492 I = HTMLOpenTags.rbegin(), E = HTMLOpenTags.rend();
506 while (!HTMLOpenTags.empty()) {
507 HTMLStartTagComment *HST = HTMLOpenTags.pop_back_val();
552 while (!HTMLOpenTags.empty()) {
553 HTMLStartTagComment *HST = HTMLOpenTags.pop_back_val();
/external/clang/include/clang/AST/
H A DCommentSema.h70 SmallVector<HTMLStartTagComment *, 8> HTMLOpenTags; member in class:clang::comments::Sema

Completed in 75 milliseconds