Home
last modified time | relevance | path

Searched refs:AllowShortFunctionsOnASingleLine (Results 1 – 12 of 12) sorted by relevance

/external/clang/unittests/Format/
DFormatTestJS.cpp404 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
419 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()
430 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
452 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in TEST_F()
DFormatTest.cpp6545 DoNotMerge.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
6603 DoNotMergeNoColumnLimit.AllowShortFunctionsOnASingleLine = in TEST_F()
6636 MergeInlineOnly.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
9842 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
9844 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None); in TEST_F()
9846 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_Inline); in TEST_F()
9848 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_Empty); in TEST_F()
9850 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_All); in TEST_F()
9853 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None); in TEST_F()
9855 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_All); in TEST_F()
[all …]
/external/clang/include/clang/Format/
DFormat.h142 ShortFunctionStyle AllowShortFunctionsOnASingleLine; member
602 AllowShortFunctionsOnASingleLine ==
603 R.AllowShortFunctionsOnASingleLine &&
/external/drm_hwcomposer/
D.clang-format4 AllowShortFunctionsOnASingleLine: None
/external/conscrypt/src/
D.clang-format5 AllowShortFunctionsOnASingleLine: Empty
/external/libweave/
D.clang-format5 AllowShortFunctionsOnASingleLine: Inline
/external/clang/lib/Format/
DFormat.cpp241 Style.AllowShortFunctionsOnASingleLine); in mapping()
474 LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in getLLVMStyle()
572 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()
582 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getGoogleStyle()
588 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in getGoogleStyle()
604 ChromiumStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getChromiumStyle()
616 MozillaStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getMozillaStyle()
DUnwrappedLineFormatter.cpp191 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All || in tryFitMultipleLinesInOne()
192 (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()
194 (Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Inline && in tryFitMultipleLinesInOne()
DTokenAnnotator.cpp2151 return Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_None || in mustBreakBefore()
2152 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Empty || in mustBreakBefore()
2154 Style.AllowShortFunctionsOnASingleLine == in mustBreakBefore()
DContinuationIndenter.cpp165 ((Style.AllowShortFunctionsOnASingleLine != FormatStyle::SFS_All) || in mustBreak()
/external/parameter-framework/upstream/
D.clang-format43 AllowShortFunctionsOnASingleLine: 'Inline'
/external/clang/docs/
DClangFormatStyleOptions.rst232 **AllowShortFunctionsOnASingleLine** (``ShortFunctionStyle``)