Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp611 if (Tok.isNot(tok::html_equals)) { in parseHTMLStartTag()
624 while (Tok.is(tok::html_equals) || in parseHTMLStartTag()
654 case tok::html_equals: in parseHTMLStartTag()
658 while (Tok.is(tok::html_equals) || in parseHTMLStartTag()
803 case tok::html_equals: in parseParagraphOrBlockCommand()
909 case tok::html_equals: in parseBlockContent()
H A DCommentLexer.cpp662 formTokenWithChars(T, TokenPtr, tok::html_equals); in lexHTMLStartTag()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h46 html_equals, // = enumerator