Home
last modified time | relevance | path

Searched defs:TagNameEnd (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DCommentLexer.cpp607 const char *TagNameEnd = skipHTMLIdentifier(BufferPtr + 2, CommentEnd); in setupAndLexHTMLStartTag() local
691 const char *TagNameEnd = skipHTMLIdentifier(TagNameBegin, CommentEnd); in setupAndLexHTMLEndTag() local
/external/clang/include/clang/AST/
DComment.h385 SourceLocation TagNameEnd) : in HTMLTagComment()