Searched refs:CommentOptions (Results 1 – 8 of 8) 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()
26 struct CommentOptions { struct28 CommentOptions() {} in CommentOptions() function31 PrintingPolicy(CommentOptions LO) : LangOpts(LO) {} in PrintingPolicy()32 CommentOptions LangOpts;36 CommentOptions fn1() { return fn1(); } in fn1()
138 const CommentOptions &CommentOptions);140 void registerCommentOptions(const CommentOptions &CommentOptions);
24 struct CommentOptions { struct34 CommentOptions() : ParseAllComments(false) { } in CommentOptions() argument
116 CommentOptions CommentOpts;
42 Traits(Allocator, CommentOptions()) { in CommentParserTest()
35 Traits(Allocator, CommentOptions()) { in CommentLexerTest()
313 static void ParseCommentArgs(CommentOptions &Opts, ArgList &Args) { in ParseCommentArgs()