Searched refs:InlineContentComment (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CommentNodes.td | 9 def InlineContentComment : CommentNode<Comment, 1>; 10 def TextComment : CommentNode<InlineContentComment>; 11 def InlineCommandComment : CommentNode<InlineContentComment>; 12 def HTMLTagComment : CommentNode<InlineContentComment, 1>;
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Comment.h | 69 friend class InlineContentComment; variable 236 class InlineContentComment : public Comment { 238 InlineContentComment(CommentKind K, in InlineContentComment() function 261 class TextComment : public InlineContentComment { 268 InlineContentComment(TextCommentKind, LocBegin, LocEnd), in TextComment() 297 class InlineCommandComment : public InlineContentComment { 326 InlineContentComment(InlineCommandCommentKind, LocBegin, LocEnd), in InlineCommandComment() 371 class HTMLTagComment : public InlineContentComment { 382 InlineContentComment(K, LocBegin, LocEnd), in HTMLTagComment() 547 ArrayRef<InlineContentComment *> Content; [all …]
|
| H A D | CommentSema.h | 87 ArrayRef<InlineContentComment *> Content); 142 InlineContentComment *actOnUnknownCommand(SourceLocation LocBegin, 146 InlineContentComment *actOnUnknownCommand(SourceLocation LocBegin,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | CommentSema.cpp | 46 ArrayRef<InlineContentComment *> Content) { in actOnParagraphComment() 399 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, in actOnUnknownCommand() 406 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, in actOnUnknownCommand()
|
| H A D | CommentParser.cpp | 559 SmallVector<InlineContentComment *, 8> Content; in parseParagraphOrBlockCommand()
|