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

References

tools/clang/include/clang/Format/Format.h
 2082            IndentWrappedFunctionNames == R.IndentWrappedFunctionNames &&
 2082            IndentWrappedFunctionNames == R.IndentWrappedFunctionNames &&
tools/clang/lib/Format/ContinuationIndenter.cpp
   32   return Style.IndentWrappedFunctionNames || LineType == LT_ObjCMethodDecl;
 1009       (!Style.IndentWrappedFunctionNames &&
tools/clang/lib/Format/Format.cpp
  370                      Style.IndentWrappedFunctionNames);
  484                    Style.IndentWrappedFunctionNames);
  778   LLVMStyle.IndentWrappedFunctionNames = false;
tools/clang/unittests/Format/FormatTest.cpp
 7703   Indented.IndentWrappedFunctionNames = true;
 9142   Style.IndentWrappedFunctionNames = false;
 9148   Style.IndentWrappedFunctionNames = true;
12439   CHECK_PARSE_BOOL(IndentWrappedFunctionNames);