Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2349 IndentExternBlockStyle IndentExternBlock; member
3453 IndentExternBlock == R.IndentExternBlock &&
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp665 IO.mapOptional("IndentExternBlock", Style.IndentExternBlock); in mapping()
905 Expanded.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in expandPresets()
925 Expanded.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in expandPresets()
940 Expanded.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in expandPresets()
965 Expanded.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in expandPresets()
1029 LLVMStyle.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in getLLVMStyle()
1423 Style.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in getMicrosoftStyle()
H A DUnwrappedLineParser.cpp1183 if (!Style.IndentExternBlock) { in parseStructuralElement()
1191 Style.IndentExternBlock == FormatStyle::IEBS_Indent ? 1u : 0u; in parseStructuralElement()