Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h899 SIS_WithoutElse, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp596 IO.enumCase(Value, "WithoutElse", FormatStyle::SIS_WithoutElse); in enumeration()
603 IO.enumCase(Value, "true", FormatStyle::SIS_WithoutElse); in enumeration()
1645 FormatStyle::SIS_WithoutElse; in getGoogleStyle()
1799 FormatStyle::SIS_WithoutElse; in getChromiumStyle()
H A DUnwrappedLineFormatter.cpp652 FormatStyle::SIS_WithoutElse) { in tryMergeSimpleControlStatement()