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.h208 NestedBlockInlined(false), IsInsideObjCArrayLiteral(false), in ParenState()
339 bool IsInsideObjCArrayLiteral : 1; member
H A DContinuationIndenter.cpp1962 NewState.IsInsideObjCArrayLiteral = Current.is(TT_ArrayInitializerLSquare) && in moveStatePastScopeOpener()
2341 if (State.Stack.back().IsInsideObjCArrayLiteral) in createBreakableToken()