HomeSort by: relevance | last modified time | path
    Searched refs:CommentOpts (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
RawCommentList.cpp 110 const CommentOptions &CommentOpts, bool Merged) :
122 getCommentKind(RawText, CommentOpts.ParseAllComments);
125 if (CommentOpts.ParseAllComments && isOrdinaryKind(K.first)) {
274 const CommentOptions &CommentOpts,
280 if (RC.isOrdinary() && !CommentOpts.ParseAllComments)
321 RawComment(SourceMgr, MergedRange, CommentOpts, true);
ASTContext.cpp 226 LangOpts.CommentOpts.ParseAllComments) &&
251 LangOpts.CommentOpts.ParseAllComments) ||
305 Comments.addComment(RC, LangOpts.CommentOpts, BumpAlloc);
451 assert(Comment.isDocumentation() || LangOpts.CommentOpts.ParseAllComments);
982 CommentCommandTraits(BumpAlloc, LOpts.CommentOpts),
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
RawCommentList.h 48 const CommentOptions &CommentOpts, bool Merged);
184 void addComment(const RawComment &RC, const CommentOptions &CommentOpts,
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
LangOptions.h 338 CommentOptions CommentOpts;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 1255 Record.push_back(LangOpts.CommentOpts.BlockCommandNames.size());
1256 for (const auto &I : LangOpts.CommentOpts.BlockCommandNames) {
1259 Record.push_back(LangOpts.CommentOpts.ParseAllComments);
ASTReader.cpp 331 if (ExistingLangOpts.CommentOpts.BlockCommandNames !=
332 LangOpts.CommentOpts.BlockCommandNames) {
5767 LangOpts.CommentOpts.BlockCommandNames.push_back(
5770 LangOpts.CommentOpts.ParseAllComments = Record[Idx++];
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp 608 LangOpt.CommentOpts);
CompilerInvocation.cpp 4495 const auto &BCN = LangOpts->CommentOpts.BlockCommandNames;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 2164 RawComment RC(SourceMgr, Comment, LangOpts.CommentOpts, false);

Completed in 109 milliseconds