Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/
H A D.clang-format63 IndentWrappedFunctionNames: false
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h2442 bool IndentWrappedFunctionNames; member
3919 IndentWrappedFunctionNames == R.IndentWrappedFunctionNames &&
/llvm-project-15.0.7/clang/lib/Format/
H A DContinuationIndenter.cpp34 return Style.IndentWrappedFunctionNames || LineType == LT_ObjCMethodDecl; in shouldIndentWrappedSelectorName()
1204 (!Style.IndentWrappedFunctionNames && in getNewLineColumn()
H A DFormat.cpp630 Style.IndentWrappedFunctionNames); in mapping()
811 Style.IndentWrappedFunctionNames); in mapping()
1270 LLVMStyle.IndentWrappedFunctionNames = false; in getLLVMStyle()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp11133 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()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst2955 **IndentWrappedFunctionNames** (``Boolean``) :versionbadge:`clang-format 3.7`