Searched refs:CommentOpts (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | RawCommentList.cpp | 110 const CommentOptions &CommentOpts, bool Merged) : in RawComment() argument 122 getCommentKind(RawText, CommentOpts.ParseAllComments); in RawComment() 125 if (CommentOpts.ParseAllComments && isOrdinaryKind(K.first)) { in RawComment() 274 const CommentOptions &CommentOpts, in addComment() argument 280 if (RC.isOrdinary() && !CommentOpts.ParseAllComments) in addComment() 321 RawComment(SourceMgr, MergedRange, CommentOpts, true); in addComment()
|
H A D | ASTContext.cpp | 226 LangOpts.CommentOpts.ParseAllComments) && in getRawCommentForDeclNoCacheImpl() 251 LangOpts.CommentOpts.ParseAllComments) || in getRawCommentForDeclNoCacheImpl() 305 Comments.addComment(RC, LangOpts.CommentOpts, BumpAlloc); in addComment() 451 assert(Comment.isDocumentation() || LangOpts.CommentOpts.ParseAllComments); in cacheRawCommentForDecl() 982 CommentCommandTraits(BumpAlloc, LOpts.CommentOpts), in ASTContext()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | RawCommentList.h | 48 const CommentOptions &CommentOpts, bool Merged); 184 void addComment(const RawComment &RC, const CommentOptions &CommentOpts,
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | LangOptions.h | 338 CommentOptions CommentOpts; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | Sema.cpp | 2164 RawComment RC(SourceMgr, Comment, LangOpts.CommentOpts, false); in ActOnComment()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 1255 Record.push_back(LangOpts.CommentOpts.BlockCommandNames.size()); in WriteControlBlock() 1256 for (const auto &I : LangOpts.CommentOpts.BlockCommandNames) { in WriteControlBlock() 1259 Record.push_back(LangOpts.CommentOpts.ParseAllComments); in WriteControlBlock()
|
H A D | ASTReader.cpp | 331 if (ExistingLangOpts.CommentOpts.BlockCommandNames != in checkLanguageOptions() 332 LangOpts.CommentOpts.BlockCommandNames) { in checkLanguageOptions() 5767 LangOpts.CommentOpts.BlockCommandNames.push_back( in ParseLanguageOptions() 5770 LangOpts.CommentOpts.ParseAllComments = Record[Idx++]; in ParseLanguageOptions()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 608 LangOpt.CommentOpts); in updated()
|
H A D | CompilerInvocation.cpp | 4495 const auto &BCN = LangOpts->CommentOpts.BlockCommandNames; in getModuleHash()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | Options.td | 1280 MetaVarName<"<arg>">, MarshallingInfoStringVector<LangOpts<"CommentOpts.BlockCommandNames">>; 1282 MarshallingInfoFlag<LangOpts<"CommentOpts.ParseAllComments">>;
|