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

  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 2335 bool IndentWrappedFunctionNames;
3321 IndentWrappedFunctionNames == R.IndentWrappedFunctionNames &&
  /src/external/apache2/llvm/dist/clang/lib/Format/
ContinuationIndenter.cpp 32 return Style.IndentWrappedFunctionNames || LineType == LT_ObjCMethodDecl;
1079 (!Style.IndentWrappedFunctionNames &&
1096 // In either case, we want to respect Style.IndentWrappedFunctionNames.
Format.cpp 501 Style.IndentWrappedFunctionNames);
634 IO.mapOptional("IndentWrappedFunctionNames",
635 Style.IndentWrappedFunctionNames);
1022 LLVMStyle.IndentWrappedFunctionNames = false;

Completed in 23 milliseconds