Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DContinuationIndenter.h251 unsigned StartOfFunctionCall = 0; member
386 if (StartOfFunctionCall != Other.StartOfFunctionCall)
387 return StartOfFunctionCall < Other.StartOfFunctionCall;
H A DContinuationIndenter.cpp1363 CurrentState.StartOfFunctionCall = !Current.NextOperator ? 0 : State.Column; in moveStateToNextToken()
1542 NewParenState.StartOfFunctionCall = State.Column; in moveStatePastFakeLParens()
1609 unsigned NestedBlockIndent = std::max(CurrentState.StartOfFunctionCall, in moveStatePastScopeOpener()
1636 std::max(CurrentState.LastSpace, CurrentState.StartOfFunctionCall); in moveStatePastScopeOpener()