Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DContinuationIndenter.h212 NestedBlockInlined(false), IsInsideObjCArrayLiteral(false) {} in ParenState()
331 bool IsInsideObjCArrayLiteral : 1; member
H A DContinuationIndenter.cpp1386 State.Stack.back().IsInsideObjCArrayLiteral = in moveStatePastScopeOpener()
1737 if (State.Stack.back().IsInsideObjCArrayLiteral) { in createBreakableToken()