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

  /external/clang/include/clang/Format/
Format.h 218 SFS_All,
  /external/clang/unittests/Format/
FormatTestJS.cpp 329 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All;
FormatTest.cpp     [all...]
  /external/clang/lib/Format/
Format.cpp 75 IO.enumCase(Value, "All", FormatStyle::SFS_All);
76 IO.enumCase(Value, "true", FormatStyle::SFS_All);
333 LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All;
    [all...]
UnwrappedLineFormatter.cpp 65 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All ||
ContinuationIndenter.cpp 166 ((Style.AllowShortFunctionsOnASingleLine != FormatStyle::SFS_All) ||
    [all...]

Completed in 86 milliseconds