Home
last modified time | relevance | path

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

/external/clang/unittests/AST/
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 …]
/external/clang/include/clang/AST/
DCommentSema.h87 ParagraphComment *actOnParagraphComment(
99 ParagraphComment *Paragraph);
117 ParagraphComment *Paragraph);
130 ParagraphComment *Paragraph);
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()
/external/clang/lib/Index/
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()
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/
DCommentNodes.td17 def ParagraphComment : DComment<BlockContentComment>;
/external/clang/lib/AST/
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()
DCommentParser.cpp341 ParagraphComment *Paragraph = S.actOnParagraphComment(None); in parseBlockCommand()
381 ParagraphComment *Paragraph; in parseBlockCommand()
388 Paragraph = cast<ParagraphComment>(Block); in parseBlockCommand()
DComment.cpp106 bool ParagraphComment::isWhitespaceNoCache() const { in isWhitespaceNoCache()
/external/clang/tools/libclang/
DCXComment.cpp117 if (const ParagraphComment *PC = dyn_cast<ParagraphComment>(C)) in clang_Comment_isWhitespace()