Home
last modified time | relevance | path

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

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