/external/llvm-project/clang/unittests/AST/ |
D | CommentParser.cpp | 163 ParagraphComment *&Paragraph) { in HasBlockCommandAt() 188 ParagraphComment *&Paragraph) { in HasParamCommandAt() 234 ParagraphComment *&Paragraph) { in HasTParamCommandAt() 436 ParagraphComment *PC; in HasParagraphCommentAt() 620 ParagraphComment *PC; in TEST_F() 688 ParagraphComment *PC; in TEST_F() 705 ParagraphComment *PC; in TEST_F() 712 ParagraphComment *PC; in TEST_F() 732 ParagraphComment *PC; in TEST_F() 742 ParagraphComment *PC; in TEST_F() [all …]
|
/external/clang/unittests/AST/ |
D | CommentParser.cpp | 165 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 …]
|
/external/llvm-project/clang/include/clang/AST/ |
D | CommentSema.h | 86 ParagraphComment *actOnParagraphComment( 98 ParagraphComment *Paragraph); 116 ParagraphComment *Paragraph); 129 ParagraphComment *Paragraph);
|
D | Comment.h | 126 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()
|
/external/clang/include/clang/AST/ |
D | CommentSema.h | 87 ParagraphComment *actOnParagraphComment( 99 ParagraphComment *Paragraph); 117 ParagraphComment *Paragraph); 130 ParagraphComment *Paragraph);
|
D | Comment.h | 126 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()
|
/external/llvm-project/clang-tools-extra/unittests/clang-doc/ |
D | HTMLGeneratorTest.cpp | 383 BlankLine->Kind = "ParagraphComment"; in TEST() 389 Brief->Kind = "ParagraphComment"; in TEST() 392 Brief->Children.back()->Name = "ParagraphComment"; in TEST() 397 Extended->Kind = "ParagraphComment"; in TEST() 407 Entities->Kind = "ParagraphComment"; in TEST() 410 Entities->Children.back()->Name = "ParagraphComment"; in TEST()
|
/external/llvm-project/clang/lib/Index/ |
D | CommentToXML.cpp | 89 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()
|
/external/clang/lib/Index/ |
D | CommentToXML.cpp | 89 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() 487 const ParagraphComment *C) { in visitNonStandaloneParagraphComment() 548 void visitParagraphComment(const ParagraphComment *C); 550 void appendParagraphCommentWithKind(const ParagraphComment *C, 687 CommentASTToXMLConverter::visitParagraphComment(const ParagraphComment *C) { in visitParagraphComment() 692 const ParagraphComment *C, in appendParagraphCommentWithKind()
|
/external/clang/include/clang/Basic/ |
D | CommentNodes.td | 17 def ParagraphComment : DComment<BlockContentComment>;
|
/external/llvm-project/clang/include/clang/Basic/ |
D | CommentNodes.td | 17 def ParagraphComment : CommentNode<BlockContentComment>;
|
/external/clang/lib/AST/ |
D | CommentSema.cpp | 45 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()
|
D | CommentParser.cpp | 341 ParagraphComment *Paragraph = S.actOnParagraphComment(None); in parseBlockCommand() 381 ParagraphComment *Paragraph; in parseBlockCommand() 388 Paragraph = cast<ParagraphComment>(Block); in parseBlockCommand()
|
D | Comment.cpp | 106 bool ParagraphComment::isWhitespaceNoCache() const { in isWhitespaceNoCache()
|
/external/llvm-project/clang/lib/AST/ |
D | CommentSema.cpp | 45 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()
|
D | CommentParser.cpp | 340 ParagraphComment *Paragraph = S.actOnParagraphComment(None); in parseBlockCommand() 380 ParagraphComment *Paragraph; in parseBlockCommand() 387 Paragraph = cast<ParagraphComment>(Block); in parseBlockCommand()
|
D | Comment.cpp | 119 bool ParagraphComment::isWhitespaceNoCache() const { in isWhitespaceNoCache()
|
/external/clang/tools/libclang/ |
D | CXComment.cpp | 117 if (const ParagraphComment *PC = dyn_cast<ParagraphComment>(C)) in clang_Comment_isWhitespace()
|
/external/llvm-project/clang/tools/libclang/ |
D | CXComment.cpp | 113 if (const ParagraphComment *PC = dyn_cast<ParagraphComment>(C)) in clang_Comment_isWhitespace()
|
/external/llvm-project/clang-tools-extra/clang-doc/ |
D | HTMLGenerator.cpp | 610 auto ParagraphComment = std::make_unique<TagNode>(HTMLTag::TAG_P); in genHTML() local 614 ParagraphComment->Children.emplace_back(std::move(Node)); in genHTML() 616 if (ParagraphComment->Children.empty()) in genHTML() 618 return std::move(ParagraphComment); in genHTML()
|