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

  /external/clang/include/clang/Format/
Format.h 214 SFS_Inline,
  /external/clang/unittests/Format/
FormatTestJS.cpp 314 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
FormatTest.cpp     [all...]
  /external/clang/lib/Format/
Format.cpp 77 IO.enumCase(Value, "Inline", FormatStyle::SFS_Inline);
432 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
450 ChromiumStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
    [all...]
UnwrappedLineFormatter.cpp 68 (Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Inline &&
TokenAnnotator.cpp     [all...]

Completed in 128 milliseconds