Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp440 if (Tok.isNot(tok::html_equals)) { in parseHTMLStartTag()
453 while (Tok.is(tok::html_equals) || in parseHTMLStartTag()
483 case tok::html_equals: in parseHTMLStartTag()
487 while (Tok.is(tok::html_equals) || in parseHTMLStartTag()
632 case tok::html_equals: in parseParagraphOrBlockCommand()
738 case tok::html_equals: in parseBlockContent()
H A DCommentLexer.cpp662 formTokenWithChars(T, TokenPtr, tok::html_equals); in lexHTMLStartTag()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h46 html_equals, // = enumerator