Home
last modified time | relevance | path

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

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