Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Format/
DFormatToken.cpp78 bool FormatToken::opensBlockOrBlockTypeList(const FormatStyle &Style) const { in opensBlockOrBlockTypeList() function in clang::format::FormatToken
DFormatToken.h755 [[nodiscard]] bool opensBlockOrBlockTypeList(const FormatStyle &Style) const;
774 return MatchingParen && MatchingParen->opensBlockOrBlockTypeList(Style); in closesBlockOrBlockTypeList()
DContinuationIndenter.cpp1644 if (Current.opensBlockOrBlockTypeList(Style)) { in moveStatePastScopeOpener()
DTokenAnnotator.cpp3074 Current->MatchingParen->opensBlockOrBlockTypeList(Style) && in calculateFormattingInformation()
3079 if (Current->opensBlockOrBlockTypeList(Style)) in calculateFormattingInformation()