Searched refs:CommentOpts (Results 1 – 7 of 7) sorted by relevance
86 CommentOptions CommentOpts; variable
1116 LangOpts.CommentOpts.ParseAllComments); in ActOnComment()
1082 Record.push_back(LangOpts.CommentOpts.BlockCommandNames.size()); in WriteControlBlock()1084 I = LangOpts.CommentOpts.BlockCommandNames.begin(), in WriteControlBlock()1085 IEnd = LangOpts.CommentOpts.BlockCommandNames.end(); in WriteControlBlock()1089 Record.push_back(LangOpts.CommentOpts.ParseAllComments); in WriteControlBlock()
112 if (ExistingLangOpts.CommentOpts.BlockCommandNames != in checkLanguageOptions()113 LangOpts.CommentOpts.BlockCommandNames) { in checkLanguageOptions()3991 LangOpts.CommentOpts.BlockCommandNames.push_back( in ParseLanguageOptions()3994 LangOpts.CommentOpts.ParseAllComments = Record[Idx++]; in ParseLanguageOptions()7334 Context.getLangOpts().CommentOpts.ParseAllComments)); in ReadComments()
1663 ParseCommentArgs(Res.getLangOpts()->CommentOpts, *Args); in CreateFromArgs()
579 LangOpt.CommentOpts); in updated()
160 LangOpts.CommentOpts.ParseAllComments); in getRawCommentForDeclNoCache()741 CommentCommandTraits(BumpAlloc, LOpts.CommentOpts), in ASTContext()