Home
last modified time | relevance | path

Searched refs:lexHTMLEndTag (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h349 void lexHTMLEndTag(Token &T);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp349 lexHTMLEndTag(T); in lexCommentText()
762 void Lexer::lexHTMLEndTag(Token &T) { in lexHTMLEndTag() function in clang::comments::Lexer