HomeSort by relevance Sort by last modified time
    Searched full:html_quoted_string (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/AST/
CommentLexer.h 48 html_quoted_string, // "blah\"blah" or 'blah\'blah' enumerator in enum:clang::comments::tok::TokenKind
196 assert(is(tok::html_quoted_string));
201 assert(is(tok::html_quoted_string));
  /external/clang/lib/AST/
CommentParser.cpp 449 if (Tok.isNot(tok::html_quoted_string)) {
456 Tok.is(tok::html_quoted_string))
488 case tok::html_quoted_string:
492 Tok.is(tok::html_quoted_string))
628 case tok::html_quoted_string:
735 case tok::html_quoted_string:
CommentLexer.cpp 622 formTokenWithChars(T, TokenPtr, tok::html_quoted_string);
  /external/clang/unittests/AST/
CommentLexer.cpp     [all...]

Completed in 99 milliseconds