Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h212 IsInsideObjCArrayLiteral(false), IsCSharpGenericTypeConstraint(false), in ParenState()
336 bool IsInsideObjCArrayLiteral : 1; member
H A DContinuationIndenter.cpp1568 State.Stack.back().IsInsideObjCArrayLiteral = in moveStatePastScopeOpener()
1930 if (State.Stack.back().IsInsideObjCArrayLiteral) { in createBreakableToken()