Searched refs:BlockCommandNames (Results 1 – 5 of 5) sorted by relevance
27 I = CommentOptions.BlockCommandNames.begin(), in registerCommentOptions()28 E = CommentOptions.BlockCommandNames.end(); in registerCommentOptions()
29 BlockCommandNamesTy BlockCommandNames; member
1597 Record.push_back(LangOpts.CommentOpts.BlockCommandNames.size()); in WriteControlBlock()1598 for (const auto &I : LangOpts.CommentOpts.BlockCommandNames) { in WriteControlBlock()
325 if (ExistingLangOpts.CommentOpts.BlockCommandNames != in checkLanguageOptions()326 LangOpts.CommentOpts.BlockCommandNames) { in checkLanguageOptions()5263 LangOpts.CommentOpts.BlockCommandNames.push_back( in ParseLanguageOptions()
476 Opts.BlockCommandNames = Args.getAllArgValues(OPT_fcomment_block_commands); in ParseCommentArgs()