Home
last modified time | relevance | path

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

/freebsd/contrib/pam-krb5/
H A D.clang-format27 IndentWrappedFunctionNames: false
/freebsd/contrib/libcbor/
H A D.clang-format77 IndentWrappedFunctionNames: false
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2873 bool IndentWrappedFunctionNames; member
5075 IndentWrappedFunctionNames == R.IndentWrappedFunctionNames &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp36 return Style.IndentWrappedFunctionNames || LineType == LT_ObjCMethodDecl; in shouldIndentWrappedSelectorName()
1381 (!Style.IndentWrappedFunctionNames && in getNewLineColumn()
H A DFormat.cpp885 Style.IndentWrappedFunctionNames); in mapping()
1011 Style.IndentWrappedFunctionNames); in mapping()
1519 LLVMStyle.IndentWrappedFunctionNames = false; in getLLVMStyle()