Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h500 SFS_InlineOnly, enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp309 FormatStyle::SFS_InlineOnly) { in tryFitMultipleLinesInOne()
H A DFormat.cpp150 IO.enumCase(Value, "InlineOnly", FormatStyle::SFS_InlineOnly); in enumeration()
H A DTokenAnnotator.cpp4271 FormatStyle::SFS_InlineOnly); in mustBreakBefore()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst971 * ``SFS_InlineOnly`` (in configuration: ``InlineOnly``)
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp13003 FormatStyle::SFS_InlineOnly; in TEST_F()