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.h915 SIS_WithoutElse, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp641 IO.enumCase(Value, "WithoutElse", FormatStyle::SIS_WithoutElse); in enumeration()
648 IO.enumCase(Value, "true", FormatStyle::SIS_WithoutElse); in enumeration()
1744 FormatStyle::SIS_WithoutElse; in getGoogleStyle()
1902 FormatStyle::SIS_WithoutElse; in getChromiumStyle()
H A DUnwrappedLineFormatter.cpp696 FormatStyle::SIS_WithoutElse) { in tryMergeSimpleControlStatement()