Home
last modified time | relevance | path

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

/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.cpp418 if (CurrentState.IsCSharpGenericTypeConstraint && in mustBreak()
891 !CurrentState.IsCSharpGenericTypeConstraint && Previous.opensScope() && in addTokenOnCurrentLine()
1284 if (CurrentState.IsCSharpGenericTypeConstraint && in getNewLineColumn()
1573 CurrentState.IsCSharpGenericTypeConstraint = true; in moveStateToNextToken()
1885 CurrentState.IsCSharpGenericTypeConstraint) { in moveStatePastScopeOpener()
1971 (CurrentState.IsCSharpGenericTypeConstraint) || GenericSelection || in moveStatePastScopeCloser()