Searched refs:IndentWrappedFunctionNames (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Format/
H A DFormat.h411 bool IndentWrappedFunctionNames; member in struct:clang::format::FormatStyle
635 IndentWrappedFunctionNames == R.IndentWrappedFunctionNames &&
/external/clang/lib/Format/
H A DContinuationIndenter.cpp461 (Style.IndentWrappedFunctionNames
613 (!Style.IndentWrappedFunctionNames &&
620 return (Style.IndentWrappedFunctionNames
698 if (Style.IndentWrappedFunctionNames) {
H A DFormat.cpp219 Style.IndentWrappedFunctionNames);
293 IO.mapOptional("IndentWrappedFunctionNames",
294 Style.IndentWrappedFunctionNames);
507 LLVMStyle.IndentWrappedFunctionNames = false;
/external/clang/unittests/Format/
H A DFormatTest.cpp5974 Indented.IndentWrappedFunctionNames = true;
7012 Style.IndentWrappedFunctionNames = false;
7018 Style.IndentWrappedFunctionNames = true;
7291 continuationStyle.IndentWrappedFunctionNames = true;
9736 CHECK_PARSE_BOOL(IndentWrappedFunctionNames);

Completed in 149 milliseconds