Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentSema.h86 ParagraphComment *actOnParagraphComment(
98 ParagraphComment *Paragraph);
116 ParagraphComment *Paragraph);
129 ParagraphComment *Paragraph);
H A DComment.h126 friend class ParagraphComment; variable
538 class ParagraphComment : public BlockContentComment {
542 ParagraphComment(ArrayRef<InlineContentComment *> Content) : in ParagraphComment() function
594 ParagraphComment *Paragraph;
672 ParagraphComment *getParagraph() const LLVM_READONLY { in getParagraph()
680 void setParagraph(ParagraphComment *PC) { in setParagraph()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DCommentToXML.cpp89 const ParagraphComment *FirstParagraph;
110 const ParagraphComment *PC = cast<ParagraphComment>(Child); in FullCommentParts()
234 void visitParagraphComment(const ParagraphComment *C);
248 void visitNonStandaloneParagraphComment(const ParagraphComment *C);
320 const ParagraphComment *C) { in visitParagraphComment()
488 const ParagraphComment *C) { in visitNonStandaloneParagraphComment()
545 void visitParagraphComment(const ParagraphComment *C);
547 void appendParagraphCommentWithKind(const ParagraphComment *C,
683 CommentASTToXMLConverter::visitParagraphComment(const ParagraphComment *C) { in visitParagraphComment()
688 const ParagraphComment *C, in appendParagraphCommentWithKind()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCommentNodes.td17 def ParagraphComment : CommentNode<BlockContentComment>;
/openbsd-src/gnu/llvm/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()
274 ParagraphComment *Paragraph) { in actOnParamCommandFinish()
355 ParagraphComment *Paragraph) { in actOnTParamCommandFinish()
541 ParagraphComment *Paragraph = Command->getParagraph(); in checkBlockCommandEmptyParagraph()
H A DCommentParser.cpp337 ParagraphComment *Paragraph = S.actOnParagraphComment(std::nullopt); in parseBlockCommand()
377 ParagraphComment *Paragraph; in parseBlockCommand()
384 Paragraph = cast<ParagraphComment>(Block); in parseBlockCommand()
H A DComment.cpp114 bool ParagraphComment::isWhitespaceNoCache() const { in isWhitespaceNoCache()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXComment.cpp113 if (const ParagraphComment *PC = dyn_cast<ParagraphComment>(C)) in clang_Comment_isWhitespace()