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

References

tools/clang/lib/AST/ASTContext.cpp
  219          LangOpts.CommentOpts.ParseAllComments) &&
  244         LangOpts.CommentOpts.ParseAllComments) ||
  438   assert(Comment.isDocumentation() || LangOpts.CommentOpts.ParseAllComments);
tools/clang/lib/AST/RawCommentList.cpp
  121       getCommentKind(RawText, CommentOpts.ParseAllComments);
  124   if (CommentOpts.ParseAllComments && isOrdinaryKind(K.first)) {
  279   if (RC.isOrdinary() && !CommentOpts.ParseAllComments)
tools/clang/lib/Frontend/CompilerInvocation.cpp
  521   Opts.ParseAllComments = Args.hasArg(OPT_fparse_all_comments);
tools/clang/lib/Serialization/ASTReader.cpp
 5704   LangOpts.CommentOpts.ParseAllComments = Record[Idx++];
tools/clang/lib/Serialization/ASTWriter.cpp
 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;