Home
last modified time | relevance | path

Searched refs:ParagraphComment (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentSema.h87 ParagraphComment *actOnParagraphComment(
99 ParagraphComment *Paragraph);
117 ParagraphComment *Paragraph);
130 ParagraphComment *Paragraph);
H A DComment.h126 friend class ParagraphComment; variable
547 class ParagraphComment : public BlockContentComment {
551 ParagraphComment(ArrayRef<InlineContentComment *> Content) : in ParagraphComment() function
612 ParagraphComment *Paragraph;
690 ParagraphComment *getParagraph() const LLVM_READONLY { in getParagraph()
698 void setParagraph(ParagraphComment *PC) { in setParagraph()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp88 const ParagraphComment *FirstParagraph;
109 const ParagraphComment *PC = cast<ParagraphComment>(Child); in FullCommentParts()
236 void visitParagraphComment(const ParagraphComment *C);
250 void visitNonStandaloneParagraphComment(const ParagraphComment *C);
318 const ParagraphComment *C) { in visitParagraphComment()
486 const ParagraphComment *C) { in visitNonStandaloneParagraphComment()
543 void visitParagraphComment(const ParagraphComment *C);
545 void appendParagraphCommentWithKind(const ParagraphComment *C,
677 CommentASTToXMLConverter::visitParagraphComment(const ParagraphComment *C) { in visitParagraphComment()
682 const ParagraphComment *C, in appendParagraphCommentWithKind()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentSema.cpp45 ParagraphComment *Sema::actOnParagraphComment( in actOnParagraphComment()
47 return new (Allocator) ParagraphComment(Content); in actOnParagraphComment()
68 ParagraphComment *Paragraph) { in actOnBlockCommandFinish()
276 ParagraphComment *Paragraph) { in actOnParamCommandFinish()
359 ParagraphComment *Paragraph) { in actOnTParamCommandFinish()
567 ParagraphComment *Paragraph = Command->getParagraph(); in checkBlockCommandEmptyParagraph()
H A DCommentParser.cpp341 ParagraphComment *Paragraph = S.actOnParagraphComment(None); in parseBlockCommand()
381 ParagraphComment *Paragraph; in parseBlockCommand()
388 Paragraph = cast<ParagraphComment>(Block); in parseBlockCommand()
H A DComment.cpp105 bool ParagraphComment::isWhitespaceNoCache() const { in isWhitespaceNoCache()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCommentNodes.td17 def ParagraphComment : DComment<BlockContentComment>;