Searched refs:CommentOpts (Results 1 – 7 of 7) sorted by relevance
96 CommentOptions CommentOpts; variable
1198 LangOpts.CommentOpts.ParseAllComments); in ActOnComment()
1260 Record.push_back(LangOpts.CommentOpts.BlockCommandNames.size()); in WriteControlBlock()1262 I = LangOpts.CommentOpts.BlockCommandNames.begin(), in WriteControlBlock()1263 IEnd = LangOpts.CommentOpts.BlockCommandNames.end(); in WriteControlBlock()1267 Record.push_back(LangOpts.CommentOpts.ParseAllComments); in WriteControlBlock()
213 if (ExistingLangOpts.CommentOpts.BlockCommandNames != in checkLanguageOptions()214 LangOpts.CommentOpts.BlockCommandNames) { in checkLanguageOptions()4690 LangOpts.CommentOpts.BlockCommandNames.push_back( in ParseLanguageOptions()4693 LangOpts.CommentOpts.ParseAllComments = Record[Idx++]; in ParseLanguageOptions()8186 Context.getLangOpts().CommentOpts.ParseAllComments)); in ReadComments()
568 LangOpt.CommentOpts); in updated()
1859 ParseCommentArgs(Res.getLangOpts()->CommentOpts, *Args); in CreateFromArgs()
180 LangOpts.CommentOpts.ParseAllComments); in getRawCommentForDeclNoCache()748 CommentCommandTraits(BumpAlloc, LOpts.CommentOpts), LastSDM(nullptr, 0) { in ASTContext()