Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h2355 enum IndentExternBlockStyle : int8_t { enum
2392 IndentExternBlockStyle IndentExternBlock;
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp376 struct ScalarEnumerationTraits<FormatStyle::IndentExternBlockStyle> {
377 static void enumeration(IO &IO, FormatStyle::IndentExternBlockStyle &Value) { in enumeration()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst2816 **IndentExternBlock** (``IndentExternBlockStyle``) :versionbadge:`clang-format 11`
2817 IndentExternBlockStyle is the type of indenting of extern blocks.
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp4416 TEST_F(FormatTest, IndentExternBlockStyle) { in TEST_F() argument