Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCommentNodes.td12 def HTMLTagComment : CommentNode<InlineContentComment, 1>;
13 def HTMLStartTagComment : CommentNode<HTMLTagComment>;
14 def HTMLEndTagComment : CommentNode<HTMLTagComment>;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/
H A DCommentToXML.h19 class HTMLTagComment; variable
32 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h105 friend class HTMLTagComment; variable
371 class HTMLTagComment : public InlineContentComment {
376 HTMLTagComment(CommentKind K, in HTMLTagComment() function
413 class HTMLStartTagComment : public HTMLTagComment {
456 HTMLTagComment(HTMLStartTagCommentKind, in HTMLStartTagComment()
507 class HTMLEndTagComment : public HTMLTagComment {
512 HTMLTagComment(HTMLEndTagCommentKind, in HTMLEndTagComment()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp1138 const comments::HTMLTagComment *HTC, SmallVectorImpl<char> &Text, in convertHTMLTagNodeToText()