Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h259 unsigned CallContinuation = 0; member
386 if (CallContinuation != Other.CallContinuation)
387 return CallContinuation < Other.CallContinuation;
H A DContinuationIndenter.cpp475 (CurrentState.CallContinuation != 0 || in mustBreak()
933 State.Stack[State.Stack.size() - 2].CallContinuation == 0) { in addTokenOnCurrentLine()
1009 if (CurrentState.CallContinuation == 0) in addTokenOnNewLine()
1010 CurrentState.CallContinuation = State.Column; in addTokenOnNewLine()
1329 if (CurrentState.CallContinuation == 0) in getNewLineColumn()
1331 return CurrentState.CallContinuation; in getNewLineColumn()