Searched refs:ParseAllComments (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DCommentOptions.h31 bool ParseAllComments = false; member in struct:clang::CommentOptions
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp26 bool ParseAllComments) {
27 const size_t MinCommentLength = ParseAllComments ? 2 : 3;
122 getCommentKind(RawText, CommentOpts.ParseAllComments);
125 if (CommentOpts.ParseAllComments && isOrdinaryKind(K.first)) {
280 if (RC.isOrdinary() && !CommentOpts.ParseAllComments)
25 getCommentKind(StringRef Comment, bool ParseAllComments) argument
H A DASTContext.cpp225 LangOpts.CommentOpts.ParseAllComments) &&
250 LangOpts.CommentOpts.ParseAllComments) ||
450 assert(Comment.isDocumentation() || LangOpts.CommentOpts.ParseAllComments);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp584 Opts.ParseAllComments = Args.hasArg(OPT_fparse_all_comments);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1260 Record.push_back(LangOpts.CommentOpts.ParseAllComments);
H A DASTReader.cpp5756 LangOpts.CommentOpts.ParseAllComments = Record[Idx++];

Completed in 1262 milliseconds