Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentLexer.cpp717 const char *TagNameBegin = skipWhitespace(BufferPtr + 2, CommentEnd); in setupAndLexHTMLEndTag() local
718 const char *TagNameEnd = skipHTMLIdentifier(TagNameBegin, CommentEnd); in setupAndLexHTMLEndTag()
719 StringRef Name(TagNameBegin, TagNameEnd - TagNameBegin); in setupAndLexHTMLEndTag()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h380 SourceLocation TagNameBegin, in HTMLTagComment() argument
384 TagNameRange(TagNameBegin, TagNameEnd) { in HTMLTagComment()
385 setLocation(TagNameBegin); in HTMLTagComment()