OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:html_quoted_string
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/AST/
CommentLexer.h
49
html_quoted_string
, // "blah\"blah" or 'blah\'blah'
enumerator in enum:clang::comments::tok::TokenKind
197
assert(is(tok::
html_quoted_string
));
202
assert(is(tok::
html_quoted_string
));
/external/clang/lib/AST/
CommentParser.cpp
453
if (Tok.isNot(tok::
html_quoted_string
)) {
460
Tok.is(tok::
html_quoted_string
))
492
case tok::
html_quoted_string
:
496
Tok.is(tok::
html_quoted_string
))
644
case tok::
html_quoted_string
:
751
case tok::
html_quoted_string
:
/external/clang/unittests/AST/
CommentLexer.cpp
[
all
...]
Completed in 110 milliseconds