Searched refs:IndentExternBlockStyle (Results 1 – 4 of 4) sorted by relevance
2355 enum IndentExternBlockStyle : int8_t { enum2392 IndentExternBlockStyle IndentExternBlock;
376 struct ScalarEnumerationTraits<FormatStyle::IndentExternBlockStyle> {377 static void enumeration(IO &IO, FormatStyle::IndentExternBlockStyle &Value) { in enumeration()
2816 **IndentExternBlock** (``IndentExternBlockStyle``) :versionbadge:`clang-format 11`2817 IndentExternBlockStyle is the type of indenting of extern blocks.
4416 TEST_F(FormatTest, IndentExternBlockStyle) { in TEST_F() argument