Home
last modified time | relevance | path

Searched refs:IndentWrappedFunctionNames (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/libcbor/
H A D.clang-format77 IndentWrappedFunctionNames: false
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2743 bool IndentWrappedFunctionNames; member
4834 IndentWrappedFunctionNames == R.IndentWrappedFunctionNames &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp36 return Style.IndentWrappedFunctionNames || LineType == LT_ObjCMethodDecl; in shouldIndentWrappedSelectorName()
1360 (!Style.IndentWrappedFunctionNames && in getNewLineColumn()
H A DFormat.cpp886 Style.IndentWrappedFunctionNames); in mapping()
1003 Style.IndentWrappedFunctionNames); in mapping()
1505 LLVMStyle.IndentWrappedFunctionNames = false; in getLLVMStyle()