Searched refs:BreakBeforeParameter (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.h208 AvoidBinPacking(AvoidBinPacking), BreakBeforeParameter(false),
294 bool BreakBeforeParameter : 1; member in struct:clang::format::ParenState
379 if (BreakBeforeParameter != Other.BreakBeforeParameter)
380 return BreakBeforeParameter;
H A DContinuationIndenter.cpp271 CurrentState.BreakBeforeParameter = true;
384 // sets BreakBeforeParameter to avoid bin packing and this creates a
392 CurrentState.BreakBeforeParameter && !Current.isTrailingComment() &&
420 CurrentState.BreakBeforeParameter) &&
433 CurrentState.ObjCSelectorNameFound && CurrentState.BreakBeforeParameter &&
449 CurrentState.BreakBeforeParameter) &&
462 if (Previous.ClosesTemplateDeclaration && CurrentState.BreakBeforeParameter &&
486 CurrentState.BreakBeforeParameter && !Current.isTrailingComment()) {
510 CurrentState.BreakBeforeParameter) {
516 CurrentState.BreakBeforeParameter
1639 bool BreakBeforeParameter = false; local
[all...]
H A DUnwrappedLineFormatter.cpp1122 State.Stack.back().BreakBeforeParameter = true;

Completed in 190 milliseconds