Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentLexer.cpp713 const char *TagNameBegin = skipWhitespace(BufferPtr + 2, CommentEnd); in setupAndLexHTMLEndTag() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComment.h378 SourceLocation TagNameBegin, in HTMLTagComment()