HomeSort by relevance Sort by last modified time
    Searched refs:IndentWrappedFunctionNames (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Format/
Format.h 131 bool IndentWrappedFunctionNames;
390 IndentWrappedFunctionNames == R.IndentWrappedFunctionNames &&
  /external/clang/lib/Format/
Format.cpp 194 IO.mapOptional("IndentWrappedFunctionNames",
195 Style.IndentWrappedFunctionNames);
197 Style.IndentWrappedFunctionNames);
333 LLVMStyle.IndentWrappedFunctionNames = false;
    [all...]
ContinuationIndenter.cpp 523 (!Style.IndentWrappedFunctionNames &&
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 104 milliseconds