Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.h213 NestedBlockInlined(false), IsInsideObjCArrayLiteral(false), in ParenState()
344 bool IsInsideObjCArrayLiteral : 1; member
H A DContinuationIndenter.cpp1762 NewState.IsInsideObjCArrayLiteral = Current.is(TT_ArrayInitializerLSquare) && in moveStatePastScopeOpener()
2129 if (State.Stack.back().IsInsideObjCArrayLiteral) in createBreakableToken()