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

  /external/clang/include/clang/Format/
Format.h 131 SFS_None,
  /external/clang/unittests/Format/
FormatTestJS.cpp 430 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
    [all...]
FormatTest.cpp     [all...]
  /external/clang/lib/Format/
Format.cpp 75 IO.enumCase(Value, "None", FormatStyle::SFS_None);
76 IO.enumCase(Value, "false", FormatStyle::SFS_None);
588 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
    [all...]
TokenAnnotator.cpp     [all...]

Completed in 49 milliseconds