Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2751 enum IndentExternBlockStyle : int8_t { enum
2788 IndentExternBlockStyle IndentExternBlock;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp343 struct ScalarEnumerationTraits<FormatStyle::IndentExternBlockStyle> {
344 static void enumeration(IO &IO, FormatStyle::IndentExternBlockStyle &Value) { in enumeration()