Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.cpp286 Current.closesBlockOrBlockTypeList(Style))) { in canBreak()
363 Current.closesBlockOrBlockTypeList(Style)) { in mustBreak()
1126 if (Current.closesBlockOrBlockTypeList(Style)) in getNewLineColumn()
H A DFormatToken.h771 bool closesBlockOrBlockTypeList(const FormatStyle &Style) const { in closesBlockOrBlockTypeList() function