Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h209 IsInsideObjCArrayLiteral(false), IsCSharpGenericTypeConstraint(false), in ParenState()
343 bool IsInsideObjCArrayLiteral : 1; member
H A DContinuationIndenter.cpp2080 NewState.IsInsideObjCArrayLiteral = Current.is(TT_ArrayInitializerLSquare) && in moveStatePastScopeOpener()
2459 if (State.Stack.back().IsInsideObjCArrayLiteral) in createBreakableToken()