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

  /external/clang/include/clang/Format/
Format.h 206 SFS_All,
  /external/clang/lib/Format/
Format.cpp 73 IO.enumCase(Value, "All", FormatStyle::SFS_All);
74 IO.enumCase(Value, "true", FormatStyle::SFS_All);
310 LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All;
597 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All ||
    [all...]
ContinuationIndenter.cpp 158 ((Style.AllowShortFunctionsOnASingleLine != FormatStyle::SFS_All) ||
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 92 milliseconds