Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCommentLexer.cpp703 const char *TagNameBegin = skipWhitespace(BufferPtr + 2, CommentEnd); in setupAndLexHTMLEndTag() local
704 const char *TagNameEnd = skipHTMLIdentifier(TagNameBegin, CommentEnd); in setupAndLexHTMLEndTag()
705 StringRef Name(TagNameBegin, TagNameEnd - TagNameBegin); in setupAndLexHTMLEndTag()
/external/clang/include/clang/AST/
DComment.h386 SourceLocation TagNameBegin, in HTMLTagComment() argument
390 TagNameRange(TagNameBegin, TagNameEnd) { in HTMLTagComment()
391 setLocation(TagNameBegin); in HTMLTagComment()