Searched defs:ParagraphComment (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DComment.h125 friend class ParagraphComment;
550 class ParagraphComment : public BlockContentComment { class in namespace:clang::comments
554 ParagraphComment(ArrayRef<InlineContentComment *> Content) : function in class:clang::comments::ParagraphComment
615 ParagraphComment *Paragraph;
693 ParagraphComment *getParagraph() const LLVM_READONLY {
701 void setParagraph(ParagraphComment *PC) {

Completed in 338 milliseconds