Home
last modified time | relevance | path

Searched refs:html_quoted_string (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h47 html_quoted_string, // "blah\"blah" or 'blah\'blah' enumerator
195 assert(is(tok::html_quoted_string)); in getHTMLQuotedString()
200 assert(is(tok::html_quoted_string)); in setHTMLQuotedString()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp618 if (Tok.isNot(tok::html_quoted_string)) { in parseHTMLStartTag()
625 Tok.is(tok::html_quoted_string)) in parseHTMLStartTag()
655 case tok::html_quoted_string: in parseHTMLStartTag()
659 Tok.is(tok::html_quoted_string)) in parseHTMLStartTag()
804 case tok::html_quoted_string: in parseParagraphOrBlockCommand()
910 case tok::html_quoted_string: in parseBlockContent()
H A DCommentLexer.cpp671 formTokenWithChars(T, TokenPtr, tok::html_quoted_string); in lexHTMLStartTag()