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
242 if (ExistingLangOpts.CommentOpts.BlockCommandNames != in checkLanguageOptions()243 LangOpts.CommentOpts.BlockCommandNames) { in checkLanguageOptions()4713 LangOpts.CommentOpts.BlockCommandNames.push_back( in ParseLanguageOptions()
1370 Record.push_back(LangOpts.CommentOpts.BlockCommandNames.size()); in WriteControlBlock()1371 for (const auto &I : LangOpts.CommentOpts.BlockCommandNames) { in WriteControlBlock()
314 Opts.BlockCommandNames = Args.getAllArgValues(OPT_fcomment_block_commands); in ParseCommentArgs()