Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DContinuationIndenter.h159 HasMultipleNestedBlocks(false), NestedBlockInlined(false) {} in ParenState()
266 bool NestedBlockInlined; member
303 if (NestedBlockInlined != Other.NestedBlockInlined)
304 return NestedBlockInlined < Other.NestedBlockInlined;
DContinuationIndenter.cpp122 State.Stack[State.Stack.size() - 2].NestedBlockInlined && in canBreak()
473 State.Stack[State.Stack.size() - 2].NestedBlockInlined; in addTokenOnNewLine()
665 if (State.Stack[State.Stack.size() - 2].NestedBlockInlined && Newline) { in moveStateToNextToken()
670 State.Stack[State.Stack.size() - 2].NestedBlockInlined = false; in moveStateToNextToken()
675 State.Stack.back().NestedBlockInlined = in moveStateToNextToken()