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

/external/clang/include/clang/AST/
H A DComment.h115 friend class ParagraphComment;
531 class ParagraphComment : public BlockContentComment { class in namespace:clang::comments
535 ParagraphComment(ArrayRef<InlineContentComment *> Content) : function in class:clang::comments::ParagraphComment
596 ParagraphComment *Paragraph;
674 ParagraphComment *getParagraph() const LLVM_READONLY {
682 void setParagraph(ParagraphComment *PC) {

Completed in 46 milliseconds