Searched refs:CommentOpts (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp110 const CommentOptions &CommentOpts, bool Merged) :
122 getCommentKind(RawText, CommentOpts.ParseAllComments);
125 if (CommentOpts.ParseAllComments && isOrdinaryKind(K.first)) {
274 const CommentOptions &CommentOpts,
280 if (RC.isOrdinary() && !CommentOpts.ParseAllComments)
321 RawComment(SourceMgr, MergedRange, CommentOpts, true);
109 RawComment(const SourceManager &SourceMgr, SourceRange SR, const CommentOptions &CommentOpts, bool Merged) argument
273 addComment(const RawComment &RC, const CommentOptions &CommentOpts, llvm::BumpPtrAllocator &Allocator) argument
H A DASTContext.cpp225 LangOpts.CommentOpts.ParseAllComments) &&
250 LangOpts.CommentOpts.ParseAllComments) ||
304 Comments.addComment(RC, LangOpts.CommentOpts, BumpAlloc);
450 assert(Comment.isDocumentation() || LangOpts.CommentOpts.ParseAllComments);
968 CommentCommandTraits(BumpAlloc, LOpts.CommentOpts),
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h48 const CommentOptions &CommentOpts, bool Merged);
184 void addComment(const RawComment &RC, const CommentOptions &CommentOpts,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h283 CommentOptions CommentOpts; member in class:clang::LangOptions
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1256 Record.push_back(LangOpts.CommentOpts.BlockCommandNames.size());
1257 for (const auto &I : LangOpts.CommentOpts.BlockCommandNames) {
1260 Record.push_back(LangOpts.CommentOpts.ParseAllComments);
H A DASTReader.cpp330 if (ExistingLangOpts.CommentOpts.BlockCommandNames !=
331 LangOpts.CommentOpts.BlockCommandNames) {
5753 LangOpts.CommentOpts.BlockCommandNames.push_back(
5756 LangOpts.CommentOpts.ParseAllComments = Record[Idx++];
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp607 LangOpt.CommentOpts);
H A DCompilerInvocation.cpp3741 ParseCommentArgs(LangOpts.CommentOpts, Args);
3860 const auto &BCN = LangOpts->CommentOpts.BlockCommandNames;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2058 RawComment RC(SourceMgr, Comment, LangOpts.CommentOpts, false);

Completed in 212 milliseconds