Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h400 SourceLocation TagNameBegin,
404 TagNameRange(TagNameBegin, TagNameEnd) {
405 setLocation(TagNameBegin);