Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentLexer.cpp634 const char *TagNameEnd = skipHTMLIdentifier(BufferPtr + 2, CommentEnd); in setupAndLexHTMLStartTag() local
718 const char *TagNameEnd = skipHTMLIdentifier(TagNameBegin, CommentEnd); in setupAndLexHTMLEndTag() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h381 SourceLocation TagNameEnd) : in HTMLTagComment()