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 432 bool IndentWrappedFunctionNames;
680 IndentWrappedFunctionNames == R.IndentWrappedFunctionNames &&
    [all...]
  /external/clang/lib/Format/
ContinuationIndenter.cpp 497 (Style.IndentWrappedFunctionNames
655 (!Style.IndentWrappedFunctionNames &&
662 return (Style.IndentWrappedFunctionNames
    [all...]
Format.cpp 237 Style.IndentWrappedFunctionNames);
315 IO.mapOptional("IndentWrappedFunctionNames",
316 Style.IndentWrappedFunctionNames);
533 LLVMStyle.IndentWrappedFunctionNames = false;
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 1156 milliseconds