Home
last modified time | relevance | path

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

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