Searched refs:IndentWrappedFunctionNames (Results 1 – 6 of 6) sorted by relevance
63 IndentWrappedFunctionNames: false
2442 bool IndentWrappedFunctionNames; member3919 IndentWrappedFunctionNames == R.IndentWrappedFunctionNames &&
34 return Style.IndentWrappedFunctionNames || LineType == LT_ObjCMethodDecl; in shouldIndentWrappedSelectorName()1204 (!Style.IndentWrappedFunctionNames && in getNewLineColumn()
630 Style.IndentWrappedFunctionNames); in mapping()811 Style.IndentWrappedFunctionNames); in mapping()1270 LLVMStyle.IndentWrappedFunctionNames = false; in getLLVMStyle()
11133 Indented.IndentWrappedFunctionNames = true; in TEST_F()13652 Style.IndentWrappedFunctionNames = false; in TEST_F()13658 Style.IndentWrappedFunctionNames = true; in TEST_F()20066 CHECK_PARSE_BOOL(IndentWrappedFunctionNames); in TEST_F()
2955 **IndentWrappedFunctionNames** (``Boolean``) :versionbadge:`clang-format 3.7`