Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h2255 enum IndentExternBlockStyle : unsigned char { enum
2291 IndentExternBlockStyle IndentExternBlock;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp278 struct ScalarEnumerationTraits<FormatStyle::IndentExternBlockStyle> {
279 static void enumeration(IO &IO, FormatStyle::IndentExternBlockStyle &Value) { in enumeration()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst2482 **IndentExternBlock** (``IndentExternBlockStyle``)
2483 IndentExternBlockStyle is the type of indenting of extern blocks.