Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2658 IndentExternBlockStyle IndentExternBlock; member
4829 IndentExternBlock == R.IndentExternBlock &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp1585 (Style.IndentExternBlock == FormatStyle::IEBS_Indent) || in parseStructuralElement()
1587 Style.IndentExternBlock == in parseStructuralElement()
H A DFormat.cpp997 IO.mapOptional("IndentExternBlock", Style.IndentExternBlock); in mapping()
1500 LLVMStyle.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in getLLVMStyle()