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
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
426
HTMLStartTagComment *
HST
=
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
->getSourceRange()
[
all
...]
CommentSema.cpp
518
const HTMLStartTagComment *
HST
= HTMLOpenTags.back();
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();
[
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/icu4c/tools/tzcode/
icuzones
33
Zone SystemV/HST10 -10:00 -
HST
56
####Link Pacific/Honolulu
HST
# Defined as -10:00
Completed in 239 milliseconds