Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2892 bool IndentExportBlock; member
5408 IndentExportBlock == R.IndentExportBlock &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1081 IO.mapOptional("IndentExportBlock", Style.IndentExportBlock); in mapping()
1606 LLVMStyle.IndentExportBlock = true; in getLLVMStyle()
H A DUnwrappedLineParser.cpp3210 parseNamespaceOrExportBlock(/*AddLevels=*/Style.IndentExportBlock ? 1 : 0); in parseCppExportBlock()