Home
last modified time | relevance | path

Searched refs:HTMLTagComment (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCommentNodes.td12 def HTMLTagComment : CommentNode<InlineContentComment, 1>;
13 def HTMLStartTagComment : CommentNode<HTMLTagComment>;
14 def HTMLEndTagComment : CommentNode<HTMLTagComment>;
/openbsd-src/gnu/llvm/clang/include/clang/Index/
H A DCommentToXML.h19 class HTMLTagComment; variable
32 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComment.h105 friend class HTMLTagComment; variable
369 class HTMLTagComment : public InlineContentComment {
374 HTMLTagComment(CommentKind K, in HTMLTagComment() function
411 class HTMLStartTagComment : public HTMLTagComment {
448 HTMLTagComment(HTMLStartTagCommentKind, in HTMLStartTagComment()
499 class HTMLEndTagComment : public HTMLTagComment {
504 HTMLTagComment(HTMLEndTagCommentKind, in HTMLEndTagComment()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXComment.cpp187 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC); in clang_HTMLTagComment_getTagName()
365 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC); in clang_HTMLTagComment_getAsString()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DCommentToXML.cpp1138 const comments::HTMLTagComment *HTC, SmallVectorImpl<char> &Text, in convertHTMLTagNodeToText()