Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCommentNodes.td3 class CommentNode<CommentNode base, bit abstract = 0> : ASTNode {
4 CommentNode Base = base;
8 def Comment : CommentNode<?, 1>;
9 def InlineContentComment : CommentNode<Comment, 1>;
10 def TextComment : CommentNode<InlineContentComment>;
13 def HTMLStartTagComment : CommentNode<HTMLTagComment>;
14 def HTMLEndTagComment : CommentNode<HTMLTagComment>;
16 def BlockContentComment : CommentNode<Comment, 1>;
17 def ParagraphComment : CommentNode<BlockContentComment>;
24 def VerbatimBlockLineComment : CommentNode<Comment>;
[all …]
/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Dcvparser.c723 ACPI_COMMENT_NODE *CommentNode; in CvCaptureCommentsOnly() local
763 CommentNode = AcpiOsAcquireObject ( in CvCaptureCommentsOnly()
766 CommentNode->Next = NULL; in CvCaptureCommentsOnly()
789 CommentNode = AcpiOsAcquireObject ( in CvCaptureCommentsOnly()
792 CommentNode->Next = NULL; in CvCaptureCommentsOnly()
796 AcpiGbl_RegCommentListHead = CommentNode; in CvCaptureCommentsOnly()
814 CommentNode = AcpiOsAcquireObject ( in CvCaptureCommentsOnly()
817 CommentNode->Next = NULL; in CvCaptureCommentsOnly()
894 CommentNode = AcpiOsAcquireObject ( in CvCaptureCommentsOnly()
897 CommentNode->Next = NULL; in CvCaptureCommentsOnly()
[all …]