Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DContinuationIndenter.cpp282 Current.closesBlockOrBlockTypeList(Style))) in canBreak()
340 Current.closesBlockOrBlockTypeList(Style)) in mustBreak()
1001 if (Current.closesBlockOrBlockTypeList(Style)) in getNewLineColumn()
H A DFormatToken.h675 bool closesBlockOrBlockTypeList(const FormatStyle &Style) const { in closesBlockOrBlockTypeList() function