Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h134 bool IndentWrappedFunctionNames; member
447 IndentWrappedFunctionNames == R.IndentWrappedFunctionNames &&
/external/clang/lib/Format/
DFormat.cpp213 Style.IndentWrappedFunctionNames); in mapping()
215 Style.IndentWrappedFunctionNames); in mapping()
359 LLVMStyle.IndentWrappedFunctionNames = false; in getLLVMStyle()
DContinuationIndenter.cpp564 (!Style.IndentWrappedFunctionNames && in getNewLineColumn()
/external/clang/docs/
DClangFormatStyleOptions.rst349 **IndentWrappedFunctionNames** (``bool``)
/external/clang/unittests/Format/
DFormatTest.cpp5712 Indented.IndentWrappedFunctionNames = true; in TEST_F()
8922 CHECK_PARSE_BOOL(IndentWrappedFunctionNames); in TEST_F()