Searched refs:opensBlockOrBlockTypeList (Results 1 – 4 of 4) sorted by relevance
93 bool FormatToken::opensBlockOrBlockTypeList(const FormatStyle &Style) const { in opensBlockOrBlockTypeList() function in clang::format::FormatToken
808 [[nodiscard]] bool opensBlockOrBlockTypeList(const FormatStyle &Style) const;827 return MatchingParen && MatchingParen->opensBlockOrBlockTypeList(Style); in closesBlockOrBlockTypeList()
1802 if (Current.opensBlockOrBlockTypeList(Style)) { in moveStatePastScopeOpener()
3653 Current->MatchingParen->opensBlockOrBlockTypeList(Style) && in calculateFormattingInformation()3658 if (Current->opensBlockOrBlockTypeList(Style)) in calculateFormattingInformation()