HomeSort by relevance Sort by last modified time
    Searched refs:HTMLOpenTags (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
CommentSema.cpp 488 HTMLOpenTags.push_back(Tag);
504 I = HTMLOpenTags.rbegin(), E = HTMLOpenTags.rend();
517 while (!HTMLOpenTags.empty()) {
518 const HTMLStartTagComment *HST = HTMLOpenTags.back();
519 HTMLOpenTags.pop_back();
    [all...]
  /external/clang/include/clang/AST/
CommentSema.h 70 SmallVector<HTMLStartTagComment *, 8> HTMLOpenTags;

Completed in 124 milliseconds