Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format77 IndentWrappedFunctionNames: false
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2393 bool IndentWrappedFunctionNames; member
3456 IndentWrappedFunctionNames == R.IndentWrappedFunctionNames &&
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp534 Style.IndentWrappedFunctionNames); in mapping()
669 Style.IndentWrappedFunctionNames); in mapping()
1063 LLVMStyle.IndentWrappedFunctionNames = false; in getLLVMStyle()
H A DContinuationIndenter.cpp32 return Style.IndentWrappedFunctionNames || LineType == LT_ObjCMethodDecl; in shouldIndentWrappedSelectorName()
1079 (!Style.IndentWrappedFunctionNames && in getNewLineColumn()