Searched refs:CommentOpts (Results 1 – 7 of 7) sorted by relevance
116 CommentOptions CommentOpts; variable
1230 LangOpts.CommentOpts.ParseAllComments); in ActOnComment()
242 if (ExistingLangOpts.CommentOpts.BlockCommandNames != in checkLanguageOptions()243 LangOpts.CommentOpts.BlockCommandNames) { in checkLanguageOptions()4713 LangOpts.CommentOpts.BlockCommandNames.push_back( in ParseLanguageOptions()4716 LangOpts.CommentOpts.ParseAllComments = Record[Idx++]; in ParseLanguageOptions()8280 Context.getLangOpts().CommentOpts.ParseAllComments)); in ReadComments()
1370 Record.push_back(LangOpts.CommentOpts.BlockCommandNames.size()); in WriteControlBlock()1371 for (const auto &I : LangOpts.CommentOpts.BlockCommandNames) { in WriteControlBlock()1374 Record.push_back(LangOpts.CommentOpts.ParseAllComments); in WriteControlBlock()
557 LangOpt.CommentOpts); in updated()
2343 ParseCommentArgs(LangOpts.CommentOpts, Args); in CreateFromArgs()
181 LangOpts.CommentOpts.ParseAllComments); in getRawCommentForDeclNoCache()751 CommentCommandTraits(BumpAlloc, LOpts.CommentOpts), LastSDM(nullptr, 0) { in ASTContext()