Searched refs:ParseAllComments (Results 1 – 9 of 9) sorted by relevance
44 bool Merged, bool ParseAllComments);87 !ParseAllComments; in isOrdinary()97 return ParseAllComments; in isParseAllComments()144 bool ParseAllComments : 1; variable149 bool ParseAllComments) : in RawComment() argument153 ParseAllComments(ParseAllComments) in RawComment()
26 bool ParseAllComments) { in getCommentKind() argument27 const size_t MinCommentLength = ParseAllComments ? 2 : 3; in getCommentKind()110 bool Merged, bool ParseAllComments) : in RawComment() argument113 ParseAllComments(ParseAllComments) { in RawComment()121 std::pair<CommentKind, bool> K = getCommentKind(RawText, ParseAllComments); in RawComment()124 if (ParseAllComments && isOrdinaryKind(K.first)) { in RawComment()
181 LangOpts.CommentOpts.ParseAllComments); in getRawCommentForDeclNoCache()
32 bool ParseAllComments; member34 CommentOptions() : ParseAllComments(false) { } in CommentOptions()
27 vector<char> ParseAllComments; member
1230 LangOpts.CommentOpts.ParseAllComments); in ActOnComment()
315 Opts.ParseAllComments = Args.hasArg(OPT_fparse_all_comments); in ParseCommentArgs()
4716 LangOpts.CommentOpts.ParseAllComments = Record[Idx++]; in ParseLanguageOptions()8280 Context.getLangOpts().CommentOpts.ParseAllComments)); in ReadComments()
1374 Record.push_back(LangOpts.CommentOpts.ParseAllComments); in WriteControlBlock()