Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h264 unsigned CallContinuation = 0; member
391 if (CallContinuation != Other.CallContinuation)
392 return CallContinuation < Other.CallContinuation;
H A DContinuationIndenter.cpp467 (CurrentState.CallContinuation != 0 || in mustBreak()
923 State.Stack[State.Stack.size() - 2].CallContinuation == 0) { in addTokenOnCurrentLine()
999 if (CurrentState.CallContinuation == 0) in addTokenOnNewLine()
1000 CurrentState.CallContinuation = State.Column; in addTokenOnNewLine()
1308 if (CurrentState.CallContinuation == 0) in getNewLineColumn()
1310 return CurrentState.CallContinuation; in getNewLineColumn()