Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h209 IsCSharpGenericTypeConstraint(false), IsChainedConditional(false), in ParenState()
341 bool IsCSharpGenericTypeConstraint : 1; member
396 if (IsCSharpGenericTypeConstraint != Other.IsCSharpGenericTypeConstraint)
397 return IsCSharpGenericTypeConstraint;
H A DContinuationIndenter.cpp403 if (CurrentState.IsCSharpGenericTypeConstraint && in mustBreak()
828 !CurrentState.IsCSharpGenericTypeConstraint && Previous.opensScope() && in addTokenOnCurrentLine()
1214 if (CurrentState.IsCSharpGenericTypeConstraint && in getNewLineColumn()
1502 CurrentState.IsCSharpGenericTypeConstraint = true; in moveStateToNextToken()
1814 CurrentState.IsCSharpGenericTypeConstraint) { in moveStatePastScopeOpener()
1899 (CurrentState.IsCSharpGenericTypeConstraint) || GenericSelection || in moveStatePastScopeOpener()