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 212 SFS_None,
  /external/clang/unittests/Format/
FormatTestJS.cpp 340 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
FormatTest.cpp     [all...]
  /external/clang/lib/Format/
Format.cpp 73 IO.enumCase(Value, "None", FormatStyle::SFS_None);
74 IO.enumCase(Value, "false", FormatStyle::SFS_None);
435 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
    [all...]
TokenAnnotator.cpp     [all...]

Completed in 759 milliseconds