Home
last modified time | relevance | path

Searched refs:ParseAllComments (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCommentOptions.h31 bool ParseAllComments = false; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp243 LangOpts.CommentOpts.ParseAllComments) && in getRawCommentForDeclNoCacheImpl()
268 LangOpts.CommentOpts.ParseAllComments) || in getRawCommentForDeclNoCacheImpl()
474 assert(Comment.isDocumentation() || LangOpts.CommentOpts.ParseAllComments); in cacheRawCommentForDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1574 Record.push_back(LangOpts.CommentOpts.ParseAllComments); in WriteControlBlock()
H A DASTReader.cpp6057 LangOpts.CommentOpts.ParseAllComments = Record[Idx++]; in ParseLanguageOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1975 MarshallingInfoFlag<LangOpts<"CommentOpts.ParseAllComments">>;