Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDRawCommentList.h44 bool Merged, bool ParseAllComments);
87 !ParseAllComments; in isOrdinary()
97 return ParseAllComments; in isParseAllComments()
144 bool ParseAllComments : 1; variable
149 bool ParseAllComments) : in RawComment() argument
153 ParseAllComments(ParseAllComments) in RawComment()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDRawCommentList.cpp25 bool ParseAllComments) { in getCommentKind() argument
26 const size_t MinCommentLength = ParseAllComments ? 2 : 3; in getCommentKind()
68 bool Merged, bool ParseAllComments) : in RawComment() argument
71 ParseAllComments(ParseAllComments) { in RawComment()
80 std::pair<CommentKind, bool> K = getCommentKind(RawText, ParseAllComments); in RawComment()
HDASTContext.cpp180 LangOpts.CommentOpts.ParseAllComments); in getRawCommentForDeclNoCache()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDCommentOptions.h32 bool ParseAllComments; member
34 CommentOptions() : ParseAllComments(false) { } in CommentOptions()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSema.cpp1209 LangOpts.CommentOpts.ParseAllComments); in ActOnComment()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDCompilerInvocation.cpp294 Opts.ParseAllComments = Args.hasArg(OPT_fparse_all_comments); in ParseCommentArgs()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp4463 LangOpts.CommentOpts.ParseAllComments = Record[Idx++]; in ParseLanguageOptions()
8063 Context.getLangOpts().CommentOpts.ParseAllComments)); in ReadComments()
HDASTWriter.cpp1294 Record.push_back(LangOpts.CommentOpts.ParseAllComments); in WriteControlBlock()