Home
last modified time | relevance | path

Searched refs:opensBlockOrBlockTypeList (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h647 bool opensBlockOrBlockTypeList(const FormatStyle &Style) const { in opensBlockOrBlockTypeList() function
678 return MatchingParen && MatchingParen->opensBlockOrBlockTypeList(Style); in closesBlockOrBlockTypeList()
H A DTokenAnnotator.cpp2567 Current->MatchingParen->opensBlockOrBlockTypeList(Style)) { in calculateFormattingInformation()
2572 if (Current->opensBlockOrBlockTypeList(Style)) in calculateFormattingInformation()
H A DContinuationIndenter.cpp1454 if (Current.opensBlockOrBlockTypeList(Style)) { in moveStatePastScopeOpener()