Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DContinuationIndenter.h213 IsCSharpGenericTypeConstraint(false), IsChainedConditional(false), in ParenState()
345 bool IsCSharpGenericTypeConstraint : 1; member
400 if (IsCSharpGenericTypeConstraint != Other.IsCSharpGenericTypeConstraint)
401 return IsCSharpGenericTypeConstraint;
H A DContinuationIndenter.cpp362 if (CurrentState.IsCSharpGenericTypeConstraint && in mustBreak()
727 !CurrentState.IsCSharpGenericTypeConstraint && Previous.opensScope() && in addTokenOnCurrentLine()
1071 if (CurrentState.IsCSharpGenericTypeConstraint && in getNewLineColumn()
1315 CurrentState.IsCSharpGenericTypeConstraint = true; in moveStateToNextToken()
1596 CurrentState.IsCSharpGenericTypeConstraint) { in moveStatePastScopeOpener()
1664 (CurrentState.IsCSharpGenericTypeConstraint) || in moveStatePastScopeOpener()