Home
last modified time | relevance | path

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

/external/clang/unittests/AST/
DCommentParser.cpp164 ParagraphComment *&Paragraph) { in HasBlockCommandAt()
189 ParagraphComment *&Paragraph) { in HasParamCommandAt()
235 ParagraphComment *&Paragraph) { in HasTParamCommandAt()
437 ParagraphComment *PC; in HasParagraphCommentAt()
621 ParagraphComment *PC; in TEST_F()
664 ParagraphComment *PC; in TEST_F()
681 ParagraphComment *PC; in TEST_F()
688 ParagraphComment *PC; in TEST_F()
708 ParagraphComment *PC; in TEST_F()
718 ParagraphComment *PC; in TEST_F()
[all …]
/external/clang/include/clang/AST/
DCommentSema.h87 ParagraphComment *actOnParagraphComment(
98 ParagraphComment *Paragraph);
115 ParagraphComment *Paragraph);
127 ParagraphComment *Paragraph);
DComment.h94 friend class ParagraphComment; variable
521 class ParagraphComment : public BlockContentComment {
525 ParagraphComment(llvm::ArrayRef<InlineContentComment *> Content) : in ParagraphComment() function
547 static bool classof(const ParagraphComment *) { return true; } in classof() argument
588 ParagraphComment *Paragraph;
664 ParagraphComment *getParagraph() const LLVM_READONLY { in getParagraph()
672 void setParagraph(ParagraphComment *PC) { in setParagraph()
/external/clang/tools/libclang/
DCXComment.cpp108 if (const ParagraphComment *PC = dyn_cast<ParagraphComment>(C)) in clang_Comment_isWhitespace()
412 const ParagraphComment *FirstParagraph;
432 const ParagraphComment *PC = cast<ParagraphComment>(Child); in FullCommentParts()
550 void visitParagraphComment(const ParagraphComment *C);
564 void visitNonStandaloneParagraphComment(const ParagraphComment *C);
631 const ParagraphComment *C) { in visitParagraphComment()
783 const ParagraphComment *C) { in visitNonStandaloneParagraphComment()
865 void visitParagraphComment(const ParagraphComment *C);
939 void CommentASTToXMLConverter::visitParagraphComment(const ParagraphComment *C) { in visitParagraphComment()
/external/clang/lib/AST/
DCommentSema.cpp40 ParagraphComment *Sema::actOnParagraphComment( in actOnParagraphComment()
42 return new (Allocator) ParagraphComment(Content); in actOnParagraphComment()
57 ParagraphComment *Paragraph) { in actOnBlockCommandFinish()
152 ParagraphComment *Paragraph) { in actOnParamCommandFinish()
235 ParagraphComment *Paragraph) { in actOnTParamCommandFinish()
412 ParagraphComment *Paragraph = Command->getParagraph(); in checkBlockCommandEmptyParagraph()
DCommentDumper.cpp53 void visitParagraphComment(const ParagraphComment *C);
163 void CommentDumper::visitParagraphComment(const ParagraphComment *C) { in visitParagraphComment()
DCommentParser.cpp337 ParagraphComment *Paragraph = S.actOnParagraphComment( in parseBlockCommand()
369 ParagraphComment *Paragraph = cast<ParagraphComment>(Block); in parseBlockCommand()
DComment.cpp119 bool ParagraphComment::isWhitespaceNoCache() const { in isWhitespaceNoCache()
/external/clang/include/clang/Basic/
DCommentNodes.td17 def ParagraphComment : DComment<BlockContentComment>;