Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DContinuationIndenter.h249 unsigned StartOfFunctionCall = 0; member
356 if (StartOfFunctionCall != Other.StartOfFunctionCall)
357 return StartOfFunctionCall < Other.StartOfFunctionCall;
H A DContinuationIndenter.cpp1089 State.Stack.back().StartOfFunctionCall = in moveStateToNextToken()
1240 NewParenState.StartOfFunctionCall = State.Column; in moveStatePastFakeLParens()
1284 unsigned NestedBlockIndent = std::max(State.Stack.back().StartOfFunctionCall, in moveStatePastScopeOpener()
1311 State.Stack.back().StartOfFunctionCall); in moveStatePastScopeOpener()