Searched refs:CommentOpts (Results 1 – 7 of 7) sorted by relevance
101 CommentOptions CommentOpts; variable
1187 LangOpts.CommentOpts.ParseAllComments); in ActOnComment()
1273 Record.push_back(LangOpts.CommentOpts.BlockCommandNames.size()); in WriteControlBlock()1275 I = LangOpts.CommentOpts.BlockCommandNames.begin(), in WriteControlBlock()1276 IEnd = LangOpts.CommentOpts.BlockCommandNames.end(); in WriteControlBlock()1280 Record.push_back(LangOpts.CommentOpts.ParseAllComments); in WriteControlBlock()
218 if (ExistingLangOpts.CommentOpts.BlockCommandNames != in checkLanguageOptions()219 LangOpts.CommentOpts.BlockCommandNames) { in checkLanguageOptions()4747 LangOpts.CommentOpts.BlockCommandNames.push_back( in ParseLanguageOptions()4750 LangOpts.CommentOpts.ParseAllComments = Record[Idx++]; in ParseLanguageOptions()8292 Context.getLangOpts().CommentOpts.ParseAllComments)); in ReadComments()
555 LangOpt.CommentOpts); in updated()
1868 ParseCommentArgs(Res.getLangOpts()->CommentOpts, *Args); in CreateFromArgs()
180 LangOpts.CommentOpts.ParseAllComments); in getRawCommentForDeclNoCache()748 CommentCommandTraits(BumpAlloc, LOpts.CommentOpts), LastSDM(nullptr, 0) { in ASTContext()