Home
last modified time | relevance | path

Searched refs:SIS_WithoutElse (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h826 SIS_WithoutElse, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp603 IO.enumCase(Value, "WithoutElse", FormatStyle::SIS_WithoutElse); in enumeration()
610 IO.enumCase(Value, "true", FormatStyle::SIS_WithoutElse); in enumeration()
1624 FormatStyle::SIS_WithoutElse; in getGoogleStyle()
1778 FormatStyle::SIS_WithoutElse; in getChromiumStyle()
H A DUnwrappedLineFormatter.cpp647 FormatStyle::SIS_WithoutElse) { in tryMergeSimpleControlStatement()