Home
last modified time | relevance | path

Searched refs:TagNameBegin (Results 1 – 4 of 4) 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/llvm-project/clang/lib/AST/
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()
/external/clang/include/clang/AST/
DComment.h386 SourceLocation TagNameBegin, in HTMLTagComment() argument
390 TagNameRange(TagNameBegin, TagNameEnd) { in HTMLTagComment()
391 setLocation(TagNameBegin); in HTMLTagComment()
/external/llvm-project/clang/include/clang/AST/
DComment.h380 SourceLocation TagNameBegin, in HTMLTagComment() argument
384 TagNameRange(TagNameBegin, TagNameEnd) { in HTMLTagComment()
385 setLocation(TagNameBegin); in HTMLTagComment()