OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:html_quoted_string
(Results
1 - 4
of
4
) 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
444
if (Tok.isNot(tok::
html_quoted_string
)) {
451
Tok.is(tok::
html_quoted_string
))
483
case tok::
html_quoted_string
:
487
Tok.is(tok::
html_quoted_string
))
623
case tok::
html_quoted_string
:
730
case tok::
html_quoted_string
:
CommentLexer.cpp
634
formTokenWithChars(T, TokenPtr, tok::
html_quoted_string
);
/external/clang/unittests/AST/
CommentLexer.cpp
[
all
...]
Completed in 218 milliseconds