Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h247 unsigned StartOfFunctionCall = 0; member
382 if (StartOfFunctionCall != Other.StartOfFunctionCall)
383 return StartOfFunctionCall < Other.StartOfFunctionCall;
H A DContinuationIndenter.cpp1621 CurrentState.StartOfFunctionCall = !Current.NextOperator ? 0 : State.Column; in moveStateToNextToken()
1831 NewParenState.StartOfFunctionCall = State.Column; in moveStatePastScopeOpener()
1898 unsigned NestedBlockIndent = std::max(CurrentState.StartOfFunctionCall, in moveStatePastScopeOpener()
1927 std::max(CurrentState.LastSpace, CurrentState.StartOfFunctionCall); in moveStatePastScopeOpener()