Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h211 ShortFunctionStyle AllowShortFunctionsOnASingleLine; member
367 AllowShortFunctionsOnASingleLine ==
368 R.AllowShortFunctionsOnASingleLine &&
/external/clang/unittests/Format/
DFormatTest.cpp5566 DoNotMerge.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
5623 DoNotMergeNoColumnLimit.AllowShortFunctionsOnASingleLine = in TEST_F()
5656 MergeInlineOnly.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
8172 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
8174 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None); in TEST_F()
8176 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_All); in TEST_F()
8178 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None); in TEST_F()
8180 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_Inline); in TEST_F()
8182 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_All); in TEST_F()
8536 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
[all …]
/external/clang/lib/Format/
DFormat.cpp175 Style.AllowShortFunctionsOnASingleLine); in mapping()
310 LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in getLLVMStyle()
393 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in getGoogleStyle()
403 ChromiumStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getChromiumStyle()
597 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All || in tryFitMultipleLinesInOne()
598 (Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Inline && in tryFitMultipleLinesInOne()
DContinuationIndenter.cpp158 ((Style.AllowShortFunctionsOnASingleLine != FormatStyle::SFS_All) || in mustBreak()
/external/clang/docs/
DClangFormatStyleOptions.rst114 **AllowShortFunctionsOnASingleLine** (``ShortFunctionStyle``)