Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DContinuationIndenter.h212 NestedBlockInlined(false), IsInsideObjCArrayLiteral(false), in ParenState()
343 bool IsInsideObjCArrayLiteral : 1; member
H A DContinuationIndenter.cpp1727 NewState.IsInsideObjCArrayLiteral = Current.is(TT_ArrayInitializerLSquare) && in moveStatePastScopeOpener()
2094 if (State.Stack.back().IsInsideObjCArrayLiteral) in createBreakableToken()