Home
last modified time | relevance | path

Searched defs:FullCommentParts (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
HDCommentToXML.cpp80 struct FullCommentParts { struct
85 const BlockContentComment *Brief;
86 const BlockContentComment *Headerfile;
87 const ParagraphComment *FirstParagraph;
88 SmallVector<const BlockCommandComment *, 4> Returns;
89 SmallVector<const ParamCommandComment *, 8> Params;
90 SmallVector<const TParamCommandComment *, 4> TParams;
91 llvm::TinyPtrVector<const BlockCommandComment *> Exceptions;
92 SmallVector<const BlockContentComment *, 8> MiscBlocks;
95 FullCommentParts::FullCommentParts(const FullComment *C, in FullCommentParts() function in __anonf826d07f0111::FullCommentParts