Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DContinuationIndenter.h151 StartOfFunctionCall(0), StartOfArraySubscripts(0), in ParenState()
206 unsigned StartOfFunctionCall; member
281 if (StartOfFunctionCall != Other.StartOfFunctionCall)
282 return StartOfFunctionCall < Other.StartOfFunctionCall;
DContinuationIndenter.cpp598 State.Stack.back().StartOfFunctionCall = in moveStateToNextToken()
730 NewParenState.StartOfFunctionCall = State.Column; in moveStatePastFakeLParens()
839 State.Stack.back().StartOfFunctionCall); in moveStatePastScopeOpener()