Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
546 class ParagraphComment : public BlockContentComment {
550 ParagraphComment(ArrayRef<InlineContentComment *> Content) : in ParagraphComment() function
611 ParagraphComment *Paragraph;
689 ParagraphComment *getParagraph() const LLVM_READONLY { in getParagraph()
697 void setParagraph(ParagraphComment *PC) { in setParagraph()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
278 ParagraphComment *Paragraph) { in actOnParamCommandFinish()
361 ParagraphComment *Paragraph) { in actOnTParamCommandFinish()
569 ParagraphComment *Paragraph = Command->getParagraph(); in checkBlockCommandEmptyParagraph()
H A DCommentParser.cpp340 ParagraphComment *Paragraph = S.actOnParagraphComment(None); in parseBlockCommand()
380 ParagraphComment *Paragraph; in parseBlockCommand()
387 Paragraph = cast<ParagraphComment>(Block); in parseBlockCommand()
H A DComment.cpp119 bool ParagraphComment::isWhitespaceNoCache() const { in isWhitespaceNoCache()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCommentNodes.td17 def ParagraphComment : CommentNode<BlockContentComment>;
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXComment.cpp113 if (const ParagraphComment *PC = dyn_cast<ParagraphComment>(C)) in clang_Comment_isWhitespace()