Home
last modified time | relevance | path

Searched refs:CommentOpts (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRawCommentList.cpp110 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 DASTContext.cpp226 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 DRawCommentList.h48 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 DLangOptions.h338 CommentOptions CommentOpts; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp2164 RawComment RC(SourceMgr, Comment, LangOpts.CommentOpts, false); in ActOnComment()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1255 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 DASTReader.cpp331 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 DASTUnit.cpp608 LangOpt.CommentOpts); in updated()
H A DCompilerInvocation.cpp4495 const auto &BCN = LangOpts->CommentOpts.BlockCommandNames; in getModuleHash()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td1280 MetaVarName<"<arg>">, MarshallingInfoStringVector<LangOpts<"CommentOpts.BlockCommandNames">>;
1282 MarshallingInfoFlag<LangOpts<"CommentOpts.ParseAllComments">>;