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 139 SFS_Inline,
    [all...]
  /external/clang/lib/Format/
Format.cpp 97 IO.enumCase(Value, "Inline", FormatStyle::SFS_Inline);
612 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
638 ChromiumStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
651 MozillaStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
    [all...]
UnwrappedLineFormatter.cpp 194 (Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Inline &&
    [all...]
TokenAnnotator.cpp     [all...]
  /external/clang/unittests/Format/
FormatTestJS.cpp 517 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
    [all...]
FormatTest.cpp     [all...]

Completed in 833 milliseconds