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 134 bool IndentWrappedFunctionNames;
447 IndentWrappedFunctionNames == R.IndentWrappedFunctionNames &&
  /external/clang/lib/Format/
Format.cpp 212 IO.mapOptional("IndentWrappedFunctionNames",
213 Style.IndentWrappedFunctionNames);
215 Style.IndentWrappedFunctionNames);
359 LLVMStyle.IndentWrappedFunctionNames = false;
    [all...]
ContinuationIndenter.cpp 564 (!Style.IndentWrappedFunctionNames &&
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 57 milliseconds