Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Format/
DFormatToken.h469 bool closesScopeAfterBlock() const { in closesScopeAfterBlock() function
473 return Previous->closesScopeAfterBlock(); in closesScopeAfterBlock()
DContinuationIndenter.cpp425 !(Previous.closesScopeAfterBlock() && State.Column <= NewLineColumn)) in mustBreak()