Searched refs:CommentOptions (Results 1 – 7 of 7) sorted by relevance
19 const CommentOptions &CommentOptions) : in CommandTraits() argument21 registerCommentOptions(CommentOptions); in CommandTraits()25 const CommentOptions &CommentOptions) { in registerCommentOptions() argument26 for (CommentOptions::BlockCommandNamesTy::const_iterator in registerCommentOptions()27 I = CommentOptions.BlockCommandNames.begin(), in registerCommentOptions()28 E = CommentOptions.BlockCommandNames.end(); in registerCommentOptions()
110 const CommentOptions &CommentOpts, bool Merged) : in RawComment()274 const CommentOptions &CommentOpts, in addComment()348 CommentOptions DefOpts; in getFormattedText()
138 const CommentOptions &CommentOptions);140 void registerCommentOptions(const CommentOptions &CommentOptions);
44 const CommentOptions &CommentOpts, bool Merged);197 void addComment(const RawComment &RC, const CommentOptions &CommentOpts,
24 struct CommentOptions { struct34 CommentOptions() = default; argument
236 CommentOptions CommentOpts;
475 static void ParseCommentArgs(CommentOptions &Opts, ArgList &Args) { in ParseCommentArgs()