Home
last modified time | relevance | path

Searched refs:BreakBeforeBinaryOperators (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Format/
DFormat.h187 bool BreakBeforeBinaryOperators; member
266 BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Format/
DFormat.cpp125 Style.BreakBeforeBinaryOperators); in mapping()
198 LLVMStyle.BreakBeforeBinaryOperators = false; in getLLVMStyle()
245 GoogleStyle.BreakBeforeBinaryOperators = false; in getGoogleStyle()
308 Style.BreakBeforeBinaryOperators = true; in getWebKitStyle()
DContinuationIndenter.cpp146 if (!Style.BreakBeforeBinaryOperators) { in mustBreak()
549 !Style.BreakBeforeBinaryOperators)) in moveStateToNextToken()
DTokenAnnotator.cpp1492 if (Right.isBinaryOperator() && Style.BreakBeforeBinaryOperators) in canBreakBefore()
1500 !Style.BreakBeforeBinaryOperators) || in canBreakBefore()