Searched defs:FullCommentParts (Results 1 – 1 of 1) sorted by relevance
83 struct FullCommentParts { struct88 const BlockContentComment *Brief;89 const BlockContentComment *Headerfile;90 const ParagraphComment *FirstParagraph;91 SmallVector<const BlockCommandComment *, 4> Returns;92 SmallVector<const ParamCommandComment *, 8> Params;93 SmallVector<const TParamCommandComment *, 4> TParams;94 llvm::TinyPtrVector<const BlockCommandComment *> Exceptions;95 SmallVector<const BlockContentComment *, 8> MiscBlocks;98 FullCommentParts::FullCommentParts(const FullComment *C, in FullCommentParts() function in __anon841f57080111::FullCommentParts