Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.h214 IsCSharpGenericTypeConstraint(false), IsChainedConditional(false), in ParenState()
346 bool IsCSharpGenericTypeConstraint : 1; member
401 if (IsCSharpGenericTypeConstraint != Other.IsCSharpGenericTypeConstraint)
402 return IsCSharpGenericTypeConstraint;
H A DContinuationIndenter.cpp376 if (CurrentState.IsCSharpGenericTypeConstraint && in mustBreak()
743 !CurrentState.IsCSharpGenericTypeConstraint && Previous.opensScope() && in addTokenOnCurrentLine()
1087 if (CurrentState.IsCSharpGenericTypeConstraint && in getNewLineColumn()
1338 CurrentState.IsCSharpGenericTypeConstraint = true; in moveStateToNextToken()
1627 CurrentState.IsCSharpGenericTypeConstraint) { in moveStatePastScopeOpener()
1699 (CurrentState.IsCSharpGenericTypeConstraint) || GenericSelection || in moveStatePastScopeOpener()