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

/external/clang/include/clang/AST/
H A DComment.h126 friend class ParagraphComment;
552 class ParagraphComment : public BlockContentComment { class in namespace:clang::comments
556 ParagraphComment(ArrayRef<InlineContentComment *> Content) : function in class:clang::comments::ParagraphComment
617 ParagraphComment *Paragraph;
695 ParagraphComment *getParagraph() const LLVM_READONLY {
703 void setParagraph(ParagraphComment *PC) {

Completed in 84 milliseconds