Home
last modified time | relevance | path

Searched refs:CallContinuation (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.h264 unsigned CallContinuation = 0; member
391 if (CallContinuation != Other.CallContinuation)
392 return CallContinuation < Other.CallContinuation;
H A DContinuationIndenter.cpp448 (CurrentState.CallContinuation != 0 || in mustBreak()
844 State.Stack[State.Stack.size() - 2].CallContinuation == 0) { in addTokenOnCurrentLine()
920 if (CurrentState.CallContinuation == 0) in addTokenOnNewLine()
921 CurrentState.CallContinuation = State.Column; in addTokenOnNewLine()
1174 if (CurrentState.CallContinuation == 0) in getNewLineColumn()
1176 return CurrentState.CallContinuation; in getNewLineColumn()