reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/ASTContext.h
  800     Comments.addComment(RC, LangOpts.CommentOpts, BumpAlloc);
tools/clang/lib/AST/ASTContext.cpp
  219          LangOpts.CommentOpts.ParseAllComments) &&
  244         LangOpts.CommentOpts.ParseAllComments) ||
  438   assert(Comment.isDocumentation() || LangOpts.CommentOpts.ParseAllComments);
  842       CommentCommandTraits(BumpAlloc, LOpts.CommentOpts),
tools/clang/lib/Frontend/ASTUnit.cpp
  607         LangOpt.CommentOpts);
tools/clang/lib/Frontend/CompilerInvocation.cpp
 3469   ParseCommentArgs(LangOpts.CommentOpts, Args);
tools/clang/lib/Sema/Sema.cpp
 1881   RawComment RC(SourceMgr, Comment, LangOpts.CommentOpts, false);
tools/clang/lib/Serialization/ASTReader.cpp
  325   if (ExistingLangOpts.CommentOpts.BlockCommandNames !=
  326       LangOpts.CommentOpts.BlockCommandNames) {
 5701     LangOpts.CommentOpts.BlockCommandNames.push_back(
 5704   LangOpts.CommentOpts.ParseAllComments = Record[Idx++];
tools/clang/lib/Serialization/ASTWriter.cpp
 1612   Record.push_back(LangOpts.CommentOpts.BlockCommandNames.size());
 1613   for (const auto &I : LangOpts.CommentOpts.BlockCommandNames) {
 1616   Record.push_back(LangOpts.CommentOpts.ParseAllComments);
tools/clang/tools/extra/clangd/Compiler.cpp
   65   CI->getLangOpts()->CommentOpts.ParseAllComments = true;
tools/clang/tools/extra/clangd/index/IndexAction.cpp
  162     CI.getLangOpts().CommentOpts.ParseAllComments = true;
tools/clang/tools/extra/clangd/unittests/SymbolCollectorTests.cpp
  222         CI.getLangOpts().CommentOpts.ParseAllComments = true;