Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/unittests/AST/
H A DCommentParser.cpp165 ParagraphComment *&Paragraph) { in HasBlockCommandAt()
190 ParagraphComment *&Paragraph) { in HasParamCommandAt()
236 ParagraphComment *&Paragraph) { in HasTParamCommandAt()
438 ParagraphComment *PC; in HasParagraphCommentAt()
622 ParagraphComment *PC; in TEST_F()
690 ParagraphComment *PC; in TEST_F()
707 ParagraphComment *PC; in TEST_F()
714 ParagraphComment *PC; in TEST_F()
734 ParagraphComment *PC; in TEST_F()
744 ParagraphComment *PC; in TEST_F()
[all …]
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCommentSema.h91 ParagraphComment *actOnParagraphComment(
103 ParagraphComment *Paragraph);
121 ParagraphComment *Paragraph);
134 ParagraphComment *Paragraph);
H A DComment.h126 friend class ParagraphComment; variable
552 class ParagraphComment : public BlockContentComment {
556 ParagraphComment(ArrayRef<InlineContentComment *> Content) : in ParagraphComment() function
617 ParagraphComment *Paragraph;
695 ParagraphComment *getParagraph() const LLVM_READONLY { in getParagraph()
703 void setParagraph(ParagraphComment *PC) { in setParagraph()
/minix3/external/bsd/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp89 const ParagraphComment *FirstParagraph;
110 const ParagraphComment *PC = cast<ParagraphComment>(Child); in FullCommentParts()
237 void visitParagraphComment(const ParagraphComment *C);
251 void visitNonStandaloneParagraphComment(const ParagraphComment *C);
319 const ParagraphComment *C) { in visitParagraphComment()
488 const ParagraphComment *C) { in visitNonStandaloneParagraphComment()
549 void visitParagraphComment(const ParagraphComment *C);
551 void appendParagraphCommentWithKind(const ParagraphComment *C,
689 CommentASTToXMLConverter::visitParagraphComment(const ParagraphComment *C) { in visitParagraphComment()
694 const ParagraphComment *C, in appendParagraphCommentWithKind()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DCommentNodes.td17 def ParagraphComment : DComment<BlockContentComment>;
/minix3/external/bsd/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()
276 ParagraphComment *Paragraph) { in actOnParamCommandFinish()
361 ParagraphComment *Paragraph) { in actOnTParamCommandFinish()
569 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.cpp106 bool ParagraphComment::isWhitespaceNoCache() const { in isWhitespaceNoCache()
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXComment.cpp117 if (const ParagraphComment *PC = dyn_cast<ParagraphComment>(C)) in clang_Comment_isWhitespace()