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 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:
CommentLexer.cpp 654 formTokenWithChars(T, TokenPtr, tok::html_quoted_string);
  /external/clang/unittests/AST/
CommentLexer.cpp     [all...]

Completed in 274 milliseconds