reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
677 (!State.Stack.back().LastOperatorWrapped && BreakBeforeOperator)) 1095 State.Stack.back().LastOperatorWrapped = Newline; 1098 State.Stack.back().LastOperatorWrapped = Newline; 1101 State.Stack.back().LastOperatorWrapped = Newline; 1245 NewParenState.LastOperatorWrapped = true;tools/clang/lib/Format/ContinuationIndenter.h
351 if (LastOperatorWrapped != Other.LastOperatorWrapped) 351 if (LastOperatorWrapped != Other.LastOperatorWrapped) 352 return LastOperatorWrapped;