Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2932 IndentExternBlockStyle IndentExternBlock; member
5409 IndentExternBlock == R.IndentExternBlock &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp1605 (Style.IndentExternBlock == FormatStyle::IEBS_Indent) || in parseStructuralElement()
1607 Style.IndentExternBlock == in parseStructuralElement()
H A DFormat.cpp1082 IO.mapOptional("IndentExternBlock", Style.IndentExternBlock); in mapping()
1607 LLVMStyle.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in getLLVMStyle()