Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h432 bool IndentWrappedFunctionNames; member
680 IndentWrappedFunctionNames == R.IndentWrappedFunctionNames &&
/external/mesa3d/src/gallium/drivers/swr/
D.clang-format28 IndentWrappedFunctionNames: false
/external/libvpx/libvpx/
D.clang-format62 IndentWrappedFunctionNames: false
/external/skia/
D.clang-format69 IndentWrappedFunctionNames: false
/external/clang/lib/Format/
DContinuationIndenter.cpp497 (Style.IndentWrappedFunctionNames in addTokenOnNewLine()
655 (!Style.IndentWrappedFunctionNames && in getNewLineColumn()
662 return (Style.IndentWrappedFunctionNames in getNewLineColumn()
744 if (Style.IndentWrappedFunctionNames) { in moveStateToNextToken()
DFormat.cpp237 Style.IndentWrappedFunctionNames); in mapping()
316 Style.IndentWrappedFunctionNames); in mapping()
533 LLVMStyle.IndentWrappedFunctionNames = false; in getLLVMStyle()
/external/clang/unittests/Format/
DFormatTest.cpp6150 Indented.IndentWrappedFunctionNames = true; in TEST_F()
7214 Style.IndentWrappedFunctionNames = false; in TEST_F()
7220 Style.IndentWrappedFunctionNames = true; in TEST_F()
7498 continuationStyle.IndentWrappedFunctionNames = true; in TEST_F()
10173 CHECK_PARSE_BOOL(IndentWrappedFunctionNames); in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst544 **IndentWrappedFunctionNames** (``bool``)