Searched refs:HST (Results 1 - 6 of 6) sorted by relevance

/external/clang/tools/libclang/
H A DCXComment.cpp188 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC); local
189 if (!HST)
192 return HST->isSelfClosing();
196 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC); local
197 if (!HST)
200 return HST->getNumAttrs();
204 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC); local
205 if (!HST || AttrIdx >= HST->getNumAttrs())
208 return cxstring::createRef(HST
212 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC); local
[all...]
/external/clang/unittests/AST/
H A DCommentParser.cpp327 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
325 HasHTMLStartTagAt(const Comment *C, size_t Idx, HTMLStartTagComment *&HST, StringRef TagName) argument
344 HasHTMLStartTagAt(const Comment *C, size_t Idx, HTMLStartTagComment *&HST, StringRef TagName, SelfClosing) argument
363 HasHTMLStartTagAt(const Comment *C, size_t Idx, HTMLStartTagComment *&HST, StringRef TagName, NoAttrs) argument
384 HasHTMLStartTagAt(const Comment *C, size_t Idx, HTMLStartTagComment *&HST, StringRef TagName, StringRef AttrName, StringRef AttrValue) argument
1067 HTMLStartTagComment *HST; local
1089 HTMLStartTagComment *HST; local
1113 HTMLStartTagComment *HST; local
1135 HTMLStartTagComment *HST; local
1180 HTMLStartTagComment *HST; local
[all...]
/external/clang/lib/AST/
H A DCommentParser.cpp426 HTMLStartTagComment *HST = local
467 S.actOnHTMLStartTagFinish(HST,
472 return HST;
475 S.actOnHTMLStartTagFinish(HST,
480 return HST;
494 S.actOnHTMLStartTagFinish(HST,
498 return HST;
502 S.actOnHTMLStartTagFinish(HST,
508 HST->getLocation(),
517 << HST
[all...]
H A DCommentSema.cpp518 const HTMLStartTagComment *HST = HTMLOpenTags.back(); local
520 StringRef LastNotClosedTagName = HST->getTagName();
529 HST->getLocation(),
537 Diag(HST->getLocation(), diag::warn_doc_html_start_end_mismatch)
538 << HST->getTagName() << HET->getTagName()
539 << HST->getSourceRange() << HET->getSourceRange();
541 Diag(HST->getLocation(), diag::warn_doc_html_start_end_mismatch)
542 << HST->getTagName() << HET->getTagName()
543 << HST->getSourceRange();
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dicuzones33 Zone SystemV/HST10 -10:00 - HST
56 ####Link Pacific/Honolulu HST # Defined as -10:00
/external/icu4c/tools/tzcode/
H A Dicuzones33 Zone SystemV/HST10 -10:00 - HST
56 ####Link Pacific/Honolulu HST # Defined as -10:00

Completed in 146 milliseconds