Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DContinuationIndenter.h251 unsigned StartOfFunctionCall = 0; member
377 if (StartOfFunctionCall != Other.StartOfFunctionCall)
378 return StartOfFunctionCall < Other.StartOfFunctionCall;
H A DContinuationIndenter.cpp1218 State.Stack.back().StartOfFunctionCall = in moveStateToNextToken()
1394 NewParenState.StartOfFunctionCall = State.Column; in moveStatePastFakeLParens()
1450 unsigned NestedBlockIndent = std::max(State.Stack.back().StartOfFunctionCall, in moveStatePastScopeOpener()
1477 State.Stack.back().StartOfFunctionCall); in moveStatePastScopeOpener()