Searched refs:CommentOpts (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | RawCommentList.cpp | 109 const CommentOptions &CommentOpts, bool Merged) : in RawComment() argument 121 getCommentKind(RawText, CommentOpts.ParseAllComments); in RawComment() 124 if (CommentOpts.ParseAllComments && isOrdinaryKind(K.first)) { in RawComment() 273 const CommentOptions &CommentOpts, in addComment() argument 279 if (RC.isOrdinary() && !CommentOpts.ParseAllComments) in addComment() 319 RawComment(SourceMgr, MergedRange, CommentOpts, true); in addComment()
|
| H A D | ASTContext.cpp | 262 LangOpts.CommentOpts.ParseAllComments) && in getRawCommentForDeclNoCacheImpl() 287 LangOpts.CommentOpts.ParseAllComments) || in getRawCommentForDeclNoCacheImpl() 350 Comments.addComment(RC, LangOpts.CommentOpts, BumpAlloc); in addComment() 507 assert(Comment.isDocumentation() || LangOpts.CommentOpts.ParseAllComments); in cacheRawCommentForDecl() 954 Comments(SM), CommentCommandTraits(BumpAlloc, LOpts.CommentOpts), in ASTContext()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | RawCommentList.h | 48 const CommentOptions &CommentOpts, bool Merged); 216 void addComment(const RawComment &RC, const CommentOptions &CommentOpts,
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangOptions.h | 586 CommentOptions CommentOpts; variable
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 651 LangOpt.CommentOpts); in updated()
|
| H A D | CompilerInvocation.cpp | 5286 HBuilder.addRange(getLangOpts().CommentOpts.BlockCommandNames); in getModuleHash()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | Sema.cpp | 2595 RawComment RC(SourceMgr, Comment, LangOpts.CommentOpts, false); in ActOnComment()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 1634 Record.push_back(LangOpts.CommentOpts.BlockCommandNames.size()); in WriteControlBlock() 1635 for (const auto &I : LangOpts.CommentOpts.BlockCommandNames) { in WriteControlBlock() 1638 Record.push_back(LangOpts.CommentOpts.ParseAllComments); in WriteControlBlock()
|
| H A D | ASTReader.cpp | 348 if (ExistingLangOpts.CommentOpts.BlockCommandNames != in checkLanguageOptions() 349 LangOpts.CommentOpts.BlockCommandNames) { in checkLanguageOptions() 6386 LangOpts.CommentOpts.BlockCommandNames.push_back( in ParseLanguageOptions() 6389 LangOpts.CommentOpts.ParseAllComments = Record[Idx++]; in ParseLanguageOptions()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 1979 MetaVarName<"<arg>">, MarshallingInfoStringVector<LangOpts<"CommentOpts.BlockCommandNames">>; 1985 MarshallingInfoFlag<LangOpts<"CommentOpts.ParseAllComments">>;
|