OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HST
(Results
1 - 6
of
6
) sorted by null
/external/clang/tools/libclang/
CXComment.cpp
196
const HTMLStartTagComment *
HST
= getASTNodeAs<HTMLStartTagComment>(CXC);
197
if (!
HST
)
200
return
HST
->isSelfClosing();
204
const HTMLStartTagComment *
HST
= getASTNodeAs<HTMLStartTagComment>(CXC);
205
if (!
HST
)
208
return
HST
->getNumAttrs();
212
const HTMLStartTagComment *
HST
= getASTNodeAs<HTMLStartTagComment>(CXC);
213
if (!
HST
|| AttrIdx >=
HST
->getNumAttrs())
216
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/
CommentSema.cpp
507
HTMLStartTagComment *
HST
= HTMLOpenTags.pop_back_val();
508
StringRef LastNotClosedTagName =
HST
->getTagName();
511
if (
HST
->isMalformed())
521
HST
->getLocation(),
529
Diag(
HST
->getLocation(), diag::warn_doc_html_start_end_mismatch)
530
<<
HST
->getTagName() << HET->getTagName()
531
<<
HST
->getSourceRange() << HET->getSourceRange();
532
HST
->setIsMalformed();
534
Diag(
HST
->getLocation(), diag::warn_doc_html_start_end_mismatch)
535
<<
HST
->getTagName() << HET->getTagName(
[
all
...]
CommentParser.cpp
435
HTMLStartTagComment *
HST
=
476
S.actOnHTMLStartTagFinish(
HST
,
481
return
HST
;
484
S.actOnHTMLStartTagFinish(
HST
,
489
return
HST
;
503
S.actOnHTMLStartTagFinish(
HST
,
507
return
HST
;
511
S.actOnHTMLStartTagFinish(
HST
,
517
HST
->getLocation(),
526
<<
HST
->getSourceRange()
[
all
...]
/external/chromium_org/third_party/icu/source/tools/tzcode/
icuzones
33
Zone SystemV/HST10 -10:00 -
HST
56
####Link Pacific/Honolulu
HST
# Defined as -10:00
/external/icu/icu4c/source/tools/tzcode/
icuzones
33
Zone SystemV/HST10 -10:00 -
HST
56
####Link Pacific/Honolulu
HST
# Defined as -10:00
Completed in 3390 milliseconds