Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentParser.cpp451 if (Tok.isNot(tok::html_equals)) { in parseHTMLStartTag()
464 while (Tok.is(tok::html_equals) || in parseHTMLStartTag()
496 case tok::html_equals: in parseHTMLStartTag()
500 while (Tok.is(tok::html_equals) || in parseHTMLStartTag()
647 case tok::html_equals: in parseParagraphOrBlockCommand()
754 case tok::html_equals: in parseBlockContent()
H A DCommentLexer.cpp666 formTokenWithChars(T, TokenPtr, tok::html_equals); in lexHTMLStartTag()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentLexer.h46 html_equals, // = enumerator