Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentLexer.cpp718 const char *TagNameBegin = skipWhitespace(BufferPtr + 2, CommentEnd); in setupAndLexHTMLEndTag() local
719 const char *TagNameEnd = skipHTMLIdentifier(TagNameBegin, CommentEnd); in setupAndLexHTMLEndTag()
720 StringRef Name(TagNameBegin, TagNameEnd - TagNameBegin); in setupAndLexHTMLEndTag()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h381 SourceLocation TagNameBegin, in HTMLTagComment() argument
385 TagNameRange(TagNameBegin, TagNameEnd) { in HTMLTagComment()
386 setLocation(TagNameBegin); in HTMLTagComment()