Home
last modified time | relevance | path

Searched refs:SFS_InlineOnly (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/include/clang/Format/
DFormat.h339 SFS_InlineOnly, enumerator
/external/llvm-project/clang/lib/Format/
DUnwrappedLineFormatter.cpp259 (Style.AllowShortFunctionsOnASingleLine & FormatStyle::SFS_InlineOnly && in tryFitMultipleLinesInOne()
DFormat.cpp126 IO.enumCase(Value, "InlineOnly", FormatStyle::SFS_InlineOnly); in enumeration()
DTokenAnnotator.cpp3562 FormatStyle::SFS_InlineOnly); in mustBreakBefore()
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst469 * ``SFS_InlineOnly`` (in configuration: ``InlineOnly``)
/external/llvm-project/clang/unittests/Format/
DFormatTest.cpp9717 FormatStyle::SFS_InlineOnly; in TEST_F()