Searched refs:CommentOpts (Results 1 – 7 of 7) sorted by relevance
110 CommentOptions CommentOpts; variable
1237 LangOpts.CommentOpts.ParseAllComments); in ActOnComment()
236 if (ExistingLangOpts.CommentOpts.BlockCommandNames != in checkLanguageOptions()237 LangOpts.CommentOpts.BlockCommandNames) { in checkLanguageOptions()4697 LangOpts.CommentOpts.BlockCommandNames.push_back( in ParseLanguageOptions()4700 LangOpts.CommentOpts.ParseAllComments = Record[Idx++]; in ParseLanguageOptions()8224 Context.getLangOpts().CommentOpts.ParseAllComments)); in ReadComments()
1320 Record.push_back(LangOpts.CommentOpts.BlockCommandNames.size()); in WriteControlBlock()1321 for (const auto &I : LangOpts.CommentOpts.BlockCommandNames) { in WriteControlBlock()1324 Record.push_back(LangOpts.CommentOpts.ParseAllComments); in WriteControlBlock()
557 LangOpt.CommentOpts); in updated()
2015 ParseCommentArgs(Res.getLangOpts()->CommentOpts, Args); in CreateFromArgs()
180 LangOpts.CommentOpts.ParseAllComments); in getRawCommentForDeclNoCache()752 CommentCommandTraits(BumpAlloc, LOpts.CommentOpts), LastSDM(nullptr, 0) { in ASTContext()