Searched refs:CommentOpts (Results 1 – 9 of 9) sorted by relevance
/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 | 525 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 | 4939 HBuilder.addRange(getLangOpts().CommentOpts.BlockCommandNames); in getModuleHash()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | Sema.cpp | 2427 RawComment RC(SourceMgr, Comment, LangOpts.CommentOpts, false); in ActOnComment()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 243 LangOpts.CommentOpts.ParseAllComments) && in getRawCommentForDeclNoCacheImpl() 268 LangOpts.CommentOpts.ParseAllComments) || in getRawCommentForDeclNoCacheImpl() 331 Comments.addComment(RC, LangOpts.CommentOpts, BumpAlloc); in addComment() 474 assert(Comment.isDocumentation() || LangOpts.CommentOpts.ParseAllComments); in cacheRawCommentForDecl() 893 Comments(SM), CommentCommandTraits(BumpAlloc, LOpts.CommentOpts), in ASTContext()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 1570 Record.push_back(LangOpts.CommentOpts.BlockCommandNames.size()); in WriteControlBlock() 1571 for (const auto &I : LangOpts.CommentOpts.BlockCommandNames) { in WriteControlBlock() 1574 Record.push_back(LangOpts.CommentOpts.ParseAllComments); in WriteControlBlock()
|
H A D | ASTReader.cpp | 345 if (ExistingLangOpts.CommentOpts.BlockCommandNames != in checkLanguageOptions() 346 LangOpts.CommentOpts.BlockCommandNames) { in checkLanguageOptions() 6054 LangOpts.CommentOpts.BlockCommandNames.push_back( in ParseLanguageOptions() 6057 LangOpts.CommentOpts.ParseAllComments = Record[Idx++]; in ParseLanguageOptions()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 1969 MetaVarName<"<arg>">, MarshallingInfoStringVector<LangOpts<"CommentOpts.BlockCommandNames">>; 1975 MarshallingInfoFlag<LangOpts<"CommentOpts.ParseAllComments">>;
|