Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp296 Current.closesBlockOrBlockTypeList(Style))) { in canBreak()
380 (Current.closesBlockOrBlockTypeList(Style) || in mustBreak()
1251 if (Current.closesBlockOrBlockTypeList(Style)) in getNewLineColumn()
H A DFormatToken.h824 bool closesBlockOrBlockTypeList(const FormatStyle &Style) const { in closesBlockOrBlockTypeList() function