Searched refs:CommentOpts (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | RawCommentList.cpp | 111 const CommentOptions &CommentOpts, bool Merged) : in RawComment() argument 123 getCommentKind(RawText, CommentOpts.ParseAllComments); in RawComment() 126 if (CommentOpts.ParseAllComments && isOrdinaryKind(K.first)) { in RawComment() 275 const CommentOptions &CommentOpts, in addComment() argument 281 if (RC.isOrdinary() && !CommentOpts.ParseAllComments) in addComment() 322 RawComment(SourceMgr, MergedRange, CommentOpts, true); in addComment()
|
| H A D | ASTContext.cpp | 231 LangOpts.CommentOpts.ParseAllComments) && in getRawCommentForDeclNoCacheImpl() 256 LangOpts.CommentOpts.ParseAllComments) || in getRawCommentForDeclNoCacheImpl() 313 Comments.addComment(RC, LangOpts.CommentOpts, BumpAlloc); in addComment() 459 assert(Comment.isDocumentation() || LangOpts.CommentOpts.ParseAllComments); in cacheRawCommentForDecl() 962 Comments(SM), CommentCommandTraits(BumpAlloc, LOpts.CommentOpts), in ASTContext()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | RawCommentList.h | 48 const CommentOptions &CommentOpts, bool Merged); 199 void addComment(const RawComment &RC, const CommentOptions &CommentOpts,
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | LangOptions.h | 446 CommentOptions CommentOpts; variable
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | Sema.cpp | 2378 RawComment RC(SourceMgr, Comment, LangOpts.CommentOpts, false); in ActOnComment()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 1392 Record.push_back(LangOpts.CommentOpts.BlockCommandNames.size()); in WriteControlBlock() 1393 for (const auto &I : LangOpts.CommentOpts.BlockCommandNames) { in WriteControlBlock() 1396 Record.push_back(LangOpts.CommentOpts.ParseAllComments); in WriteControlBlock()
|
| H A D | ASTReader.cpp | 334 if (ExistingLangOpts.CommentOpts.BlockCommandNames != in checkLanguageOptions() 335 LangOpts.CommentOpts.BlockCommandNames) { in checkLanguageOptions() 5849 LangOpts.CommentOpts.BlockCommandNames.push_back( in ParseLanguageOptions() 5852 LangOpts.CommentOpts.ParseAllComments = Record[Idx++]; in ParseLanguageOptions()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 636 LangOpt.CommentOpts); in updated()
|
| H A D | CompilerInvocation.cpp | 4621 HBuilder.addRange(LangOpts->CommentOpts.BlockCommandNames); in getModuleHash()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Options.td | 1428 MetaVarName<"<arg>">, MarshallingInfoStringVector<LangOpts<"CommentOpts.BlockCommandNames">>; 1430 MarshallingInfoFlag<LangOpts<"CommentOpts.ParseAllComments">>;
|