Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DContinuationIndenter.h263 unsigned CallContinuation = 0; member
390 if (CallContinuation != Other.CallContinuation)
391 return CallContinuation < Other.CallContinuation;
H A DContinuationIndenter.cpp434 (CurrentState.CallContinuation != 0 || in mustBreak()
828 State.Stack[State.Stack.size() - 2].CallContinuation == 0) { in addTokenOnCurrentLine()
904 if (CurrentState.CallContinuation == 0) in addTokenOnNewLine()
905 CurrentState.CallContinuation = State.Column; in addTokenOnNewLine()
1154 if (CurrentState.CallContinuation == 0) in getNewLineColumn()
1156 return CurrentState.CallContinuation; in getNewLineColumn()