Searched refs:ParseAllComments (Results 1 – 5 of 5) sorted by relevance
31 bool ParseAllComments = false; member
243 LangOpts.CommentOpts.ParseAllComments) && in getRawCommentForDeclNoCacheImpl()268 LangOpts.CommentOpts.ParseAllComments) || in getRawCommentForDeclNoCacheImpl()474 assert(Comment.isDocumentation() || LangOpts.CommentOpts.ParseAllComments); in cacheRawCommentForDecl()
1574 Record.push_back(LangOpts.CommentOpts.ParseAllComments); in WriteControlBlock()
6057 LangOpts.CommentOpts.ParseAllComments = Record[Idx++]; in ParseLanguageOptions()
1975 MarshallingInfoFlag<LangOpts<"CommentOpts.ParseAllComments">>;