Home
last modified time | relevance | path

Searched defs:TagNameEnd (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentLexer.cpp630 const char *TagNameEnd = skipHTMLIdentifier(BufferPtr + 2, CommentEnd); in setupAndLexHTMLStartTag() local
714 const char *TagNameEnd = skipHTMLIdentifier(TagNameBegin, CommentEnd); in setupAndLexHTMLEndTag() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComment.h379 SourceLocation TagNameEnd) : in HTMLTagComment()