Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentLexer.cpp713 const char *TagNameBegin = skipWhitespace(BufferPtr + 2, CommentEnd); in setupAndLexHTMLEndTag() local
714 const char *TagNameEnd = skipHTMLIdentifier(TagNameBegin, CommentEnd); in setupAndLexHTMLEndTag()
715 StringRef Name(TagNameBegin, TagNameEnd - TagNameBegin); in setupAndLexHTMLEndTag()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComment.h378 SourceLocation TagNameBegin, in HTMLTagComment() argument
382 TagNameRange(TagNameBegin, TagNameEnd) { in HTMLTagComment()
383 setLocation(TagNameBegin); in HTMLTagComment()