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

  /external/clang/tools/libclang/
CXComment.cpp 188 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC);
189 if (!HST)
192 return HST->isSelfClosing();
196 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC);
197 if (!HST)
200 return HST->getNumAttrs();
204 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC);
205 if (!HST || AttrIdx >= HST->getNumAttrs())
208 return cxstring::createRef(HST->getAttr(AttrIdx).Name)
    [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 327 HTMLStartTagComment *&HST,
329 ::testing::AssertionResult AR = GetChildAt(C, Idx, HST);
333 StringRef ActualTagName = HST->getTagName();
346 HTMLStartTagComment *&HST,
349 ::testing::AssertionResult AR = HasHTMLStartTagAt(C, Idx, HST, TagName);
353 if (!HST->isSelfClosing())
365 HTMLStartTagComment *&HST,
368 ::testing::AssertionResult AR = HasHTMLStartTagAt(C, Idx, HST, TagName);
372 if (HST->isSelfClosing())
376 if (HST->getNumAttrs() != 0
    [all...]
  /external/clang/lib/AST/
CommentParser.cpp 431 HTMLStartTagComment *HST =
472 S.actOnHTMLStartTagFinish(HST,
477 return HST;
480 S.actOnHTMLStartTagFinish(HST,
485 return HST;
499 S.actOnHTMLStartTagFinish(HST,
503 return HST;
507 S.actOnHTMLStartTagFinish(HST,
513 HST->getLocation(),
522 << HST->getSourceRange()
    [all...]
CommentSema.cpp 508 const HTMLStartTagComment *HST = HTMLOpenTags.back();
510 StringRef LastNotClosedTagName = HST->getTagName();
519 HST->getLocation(),
527 Diag(HST->getLocation(), diag::warn_doc_html_start_end_mismatch)
528 << HST->getTagName() << HET->getTagName()
529 << HST->getSourceRange() << HET->getSourceRange();
531 Diag(HST->getLocation(), diag::warn_doc_html_start_end_mismatch)
532 << HST->getTagName() << HET->getTagName()
533 << HST->getSourceRange();
    [all...]
  /external/icu4c/tools/tzcode/
icuzones 33 Zone SystemV/HST10 -10:00 - HST
56 ####Link Pacific/Honolulu HST # Defined as -10:00

Completed in 1056 milliseconds