Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DContinuationIndenter.h157 HasMultipleNestedBlocks(false), NestedBlockInlined(false) {} in ParenState()
264 bool NestedBlockInlined : 1; member
301 if (NestedBlockInlined != Other.NestedBlockInlined)
302 return NestedBlockInlined;
DContinuationIndenter.cpp128 State.Stack[State.Stack.size() - 2].NestedBlockInlined && in canBreak()
561 State.Stack[State.Stack.size() - 2].NestedBlockInlined; in addTokenOnNewLine()
778 if (State.Stack[State.Stack.size() - 2].NestedBlockInlined && Newline) in moveStateToNextToken()
781 State.Stack[State.Stack.size() - 2].NestedBlockInlined = false; in moveStateToNextToken()
786 State.Stack.back().NestedBlockInlined = in moveStateToNextToken()