Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DFormatToken.h478 bool closesScopeAfterBlock() const { in closesScopeAfterBlock() function
482 return Previous->closesScopeAfterBlock(); in closesScopeAfterBlock()
DContinuationIndenter.cpp425 !(Previous.closesScopeAfterBlock() && State.Column <= NewLineColumn)) in mustBreak()