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 411 bool IndentWrappedFunctionNames;
635 IndentWrappedFunctionNames == R.IndentWrappedFunctionNames &&
  /external/clang/lib/Format/
ContinuationIndenter.cpp 461 (Style.IndentWrappedFunctionNames
613 (!Style.IndentWrappedFunctionNames &&
620 return (Style.IndentWrappedFunctionNames
698 if (Style.IndentWrappedFunctionNames) {
    [all...]
Format.cpp 219 Style.IndentWrappedFunctionNames);
293 IO.mapOptional("IndentWrappedFunctionNames",
294 Style.IndentWrappedFunctionNames);
507 LLVMStyle.IndentWrappedFunctionNames = false;
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 42 milliseconds