Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/AST/
HDCommentLexer.cpp677 const char *TagNameBegin = skipWhitespace(BufferPtr + 2, CommentEnd); in setupAndLexHTMLEndTag() local
678 const char *TagNameEnd = skipHTMLIdentifier(TagNameBegin, CommentEnd); in setupAndLexHTMLEndTag()
679 StringRef Name(TagNameBegin, TagNameEnd - TagNameBegin); in setupAndLexHTMLEndTag()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDComment.h374 SourceLocation TagNameBegin, in HTMLTagComment() argument
378 TagNameRange(TagNameBegin, TagNameEnd) { in HTMLTagComment()
379 setLocation(TagNameBegin); in HTMLTagComment()