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.h260 unsigned CallContinuation = 0; member
391 if (CallContinuation != Other.CallContinuation)
392 return CallContinuation < Other.CallContinuation;
H A DContinuationIndenter.cpp501 (CurrentState.CallContinuation != 0 || in mustBreak()
1028 State.Stack[State.Stack.size() - 2].CallContinuation == 0) { in addTokenOnCurrentLine()
1104 if (CurrentState.CallContinuation == 0) in addTokenOnNewLine()
1105 CurrentState.CallContinuation = State.Column; in addTokenOnNewLine()
1442 if (CurrentState.CallContinuation == 0) in getNewLineColumn()
1444 return CurrentState.CallContinuation; in getNewLineColumn()