Home
last modified time | relevance | path

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

/freebsd/contrib/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.cpp1550 CurrentState.StartOfFunctionCall = !Current.NextOperator ? 0 : State.Column; in moveStateToNextToken()
1760 NewParenState.StartOfFunctionCall = State.Column; in moveStatePastFakeLParens()
1827 unsigned NestedBlockIndent = std::max(CurrentState.StartOfFunctionCall, in moveStatePastScopeOpener()
1856 std::max(CurrentState.LastSpace, CurrentState.StartOfFunctionCall); in moveStatePastScopeOpener()