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

References

tools/clang/include/clang/Format/Format.h
 2074            FixNamespaceComments == R.FixNamespaceComments &&
 2074            FixNamespaceComments == R.FixNamespaceComments &&
tools/clang/lib/Format/Format.cpp
  474     IO.mapOptional("FixNamespaceComments", Style.FixNamespaceComments);
  765   LLVMStyle.FixNamespaceComments = true;
 1038   MozillaStyle.FixNamespaceComments = false;
 1060   Style.FixNamespaceComments = false;
 1080   Style.FixNamespaceComments = false;
 2395     if (Style.FixNamespaceComments)
tools/clang/lib/Index/CommentToXML.cpp
  593   Style.FixNamespaceComments = false;
tools/clang/unittests/Format/FormatTest.cpp
  323   LLVMWithNoNamespaceFix.FixNamespaceComments = false;
 1984   LLVMWithNoNamespaceFix.FixNamespaceComments = false;
11394   MozillaBraceStyle.FixNamespaceComments = false;
12108   WebKitBraceStyle.FixNamespaceComments = false;