Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h2298 enum IndentExternBlockStyle : int8_t { enum
2335 IndentExternBlockStyle IndentExternBlock;
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp338 struct ScalarEnumerationTraits<FormatStyle::IndentExternBlockStyle> {
339 static void enumeration(IO &IO, FormatStyle::IndentExternBlockStyle &Value) { in enumeration()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst3114 **IndentExternBlock** (``IndentExternBlockStyle``) :versionbadge:`clang-format 11` :ref:`¶ <IndentE…
3115 IndentExternBlockStyle is the type of indenting of extern blocks.