Home
last modified time | relevance | path

Searched refs:SpaceBeforeParensStyle (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4319 enum SpaceBeforeParensStyle : int8_t { enum
4377 SpaceBeforeParensStyle SpaceBeforeParens;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp685 struct ScalarEnumerationTraits<FormatStyle::SpaceBeforeParensStyle> {
686 static void enumeration(IO &IO, FormatStyle::SpaceBeforeParensStyle &Value) { in enumeration()