Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h411 bool IndentWrappedFunctionNames; member
635 IndentWrappedFunctionNames == R.IndentWrappedFunctionNames &&
/external/clang/lib/Format/
DContinuationIndenter.cpp461 (Style.IndentWrappedFunctionNames in addTokenOnNewLine()
613 (!Style.IndentWrappedFunctionNames && in getNewLineColumn()
620 return (Style.IndentWrappedFunctionNames in getNewLineColumn()
698 if (Style.IndentWrappedFunctionNames) { in moveStateToNextToken()
DFormat.cpp219 Style.IndentWrappedFunctionNames); in mapping()
294 Style.IndentWrappedFunctionNames); in mapping()
507 LLVMStyle.IndentWrappedFunctionNames = false; in getLLVMStyle()
/external/clang/unittests/Format/
DFormatTest.cpp5974 Indented.IndentWrappedFunctionNames = true; in TEST_F()
7012 Style.IndentWrappedFunctionNames = false; in TEST_F()
7018 Style.IndentWrappedFunctionNames = true; in TEST_F()
7291 continuationStyle.IndentWrappedFunctionNames = true; in TEST_F()
9736 CHECK_PARSE_BOOL(IndentWrappedFunctionNames); in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst491 **IndentWrappedFunctionNames** (``bool``)