Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DContinuationIndenter.h156 HasMultipleNestedBlocks(false), NestedBlockInlined(false) {} in ParenState()
263 bool NestedBlockInlined : 1; member
300 if (NestedBlockInlined != Other.NestedBlockInlined)
301 return NestedBlockInlined;
DContinuationIndenter.cpp122 State.Stack[State.Stack.size() - 2].NestedBlockInlined && in canBreak()
519 State.Stack[State.Stack.size() - 2].NestedBlockInlined; in addTokenOnNewLine()
732 if (State.Stack[State.Stack.size() - 2].NestedBlockInlined && Newline) in moveStateToNextToken()
735 State.Stack[State.Stack.size() - 2].NestedBlockInlined = false; in moveStateToNextToken()
740 State.Stack.back().NestedBlockInlined = in moveStateToNextToken()