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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h520 bool opensBlockOrBlockTypeList(const FormatStyle &Style) const { function in struct:clang::format::FormatToken
547 /// Same as opensBlockOrBlockTypeList, but for the closing token.
551 return MatchingParen && MatchingParen->opensBlockOrBlockTypeList(Style);
H A DContinuationIndenter.cpp1433 if (Current.opensBlockOrBlockTypeList(Style)) {
H A DTokenAnnotator.cpp2523 Current->MatchingParen->opensBlockOrBlockTypeList(Style)) {
2528 if (Current->opensBlockOrBlockTypeList(Style))

Completed in 174 milliseconds