Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1130 bool IndentWrappedFunctionNames; member
1766 IndentWrappedFunctionNames == R.IndentWrappedFunctionNames &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp309 Style.IndentWrappedFunctionNames); in mapping()
416 Style.IndentWrappedFunctionNames); in mapping()
675 LLVMStyle.IndentWrappedFunctionNames = false; in getLLVMStyle()
H A DContinuationIndenter.cpp33 return Style.IndentWrappedFunctionNames || LineType == LT_ObjCMethodDecl; in shouldIndentWrappedSelectorName()
979 (!Style.IndentWrappedFunctionNames && in getNewLineColumn()