Searched refs:ParseAllComments (Results 1 – 6 of 6) sorted by relevance
27 bool ParseAllComments) { in getCommentKind() argument28 const size_t MinCommentLength = ParseAllComments ? 2 : 3; in getCommentKind()123 getCommentKind(RawText, CommentOpts.ParseAllComments); in RawComment()126 if (CommentOpts.ParseAllComments && isOrdinaryKind(K.first)) { in RawComment()281 if (RC.isOrdinary() && !CommentOpts.ParseAllComments) in addComment()
231 LangOpts.CommentOpts.ParseAllComments) && in getRawCommentForDeclNoCacheImpl()256 LangOpts.CommentOpts.ParseAllComments) || in getRawCommentForDeclNoCacheImpl()459 assert(Comment.isDocumentation() || LangOpts.CommentOpts.ParseAllComments); in cacheRawCommentForDecl()
31 bool ParseAllComments = false; member
1396 Record.push_back(LangOpts.CommentOpts.ParseAllComments); in WriteControlBlock()
5852 LangOpts.CommentOpts.ParseAllComments = Record[Idx++]; in ParseLanguageOptions()
1430 MarshallingInfoFlag<LangOpts<"CommentOpts.ParseAllComments">>;