Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DRawCommentList.cpp27 bool ParseAllComments) { in getCommentKind() argument
28 const size_t MinCommentLength = ParseAllComments ? 2 : 3; in getCommentKind()
123 getCommentKind(RawText, CommentOpts.ParseAllComments); in RawComment()
126 if (CommentOpts.ParseAllComments && isOrdinaryKind(K.first)) { in RawComment()
281 if (RC.isOrdinary() && !CommentOpts.ParseAllComments) in addComment()
H A DASTContext.cpp231 LangOpts.CommentOpts.ParseAllComments) && in getRawCommentForDeclNoCacheImpl()
256 LangOpts.CommentOpts.ParseAllComments) || in getRawCommentForDeclNoCacheImpl()
459 assert(Comment.isDocumentation() || LangOpts.CommentOpts.ParseAllComments); in cacheRawCommentForDecl()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DCommentOptions.h31 bool ParseAllComments = false; member
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp1396 Record.push_back(LangOpts.CommentOpts.ParseAllComments); in WriteControlBlock()
H A DASTReader.cpp5852 LangOpts.CommentOpts.ParseAllComments = Record[Idx++]; in ParseLanguageOptions()
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td1430 MarshallingInfoFlag<LangOpts<"CommentOpts.ParseAllComments">>;