Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2313 enum IndentExternBlockStyle : unsigned char { enum
2349 IndentExternBlockStyle IndentExternBlock;
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp299 struct ScalarEnumerationTraits<FormatStyle::IndentExternBlockStyle> {
300 static void enumeration(IO &IO, FormatStyle::IndentExternBlockStyle &Value) { in enumeration()