Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2788 IndentExternBlockStyle IndentExternBlock; member
5070 IndentExternBlock == R.IndentExternBlock &&
/src/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp1596 (Style.IndentExternBlock == FormatStyle::IEBS_Indent) || in parseStructuralElement()
1598 Style.IndentExternBlock == in parseStructuralElement()
H A DFormat.cpp1005 IO.mapOptional("IndentExternBlock", Style.IndentExternBlock); in mapping()
1514 LLVMStyle.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in getLLVMStyle()