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

  /external/clang/include/clang/Format/
Format.h 223 ShortFunctionStyle AllowShortFunctionsOnASingleLine;
419 AllowShortFunctionsOnASingleLine ==
420 R.AllowShortFunctionsOnASingleLine &&
  /external/clang/unittests/Format/
FormatTestJS.cpp 314 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
329 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All;
340 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
FormatTest.cpp     [all...]
  /external/clang/lib/Format/
Format.cpp 187 IO.mapOptional("AllowShortFunctionsOnASingleLine",
188 Style.AllowShortFunctionsOnASingleLine);
333 LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All;
421 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty;
432 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
435 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
450 ChromiumStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
    [all...]
UnwrappedLineFormatter.cpp 65 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All ||
66 (Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Empty &&
68 (Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Inline &&
TokenAnnotator.cpp     [all...]
ContinuationIndenter.cpp 166 ((Style.AllowShortFunctionsOnASingleLine != FormatStyle::SFS_All) ||
    [all...]

Completed in 414 milliseconds