Searched refs:opensBlockOrBlockTypeList (Results 1 – 4 of 4) sorted by relevance
71 bool FormatToken::opensBlockOrBlockTypeList(const FormatStyle &Style) const { in opensBlockOrBlockTypeList() function in clang::format::FormatToken
858 [[nodiscard]] bool opensBlockOrBlockTypeList(const FormatStyle &Style) const;877 return MatchingParen && MatchingParen->opensBlockOrBlockTypeList(Style); in closesBlockOrBlockTypeList()
1831 if (Current.opensBlockOrBlockTypeList(Style)) { in moveStatePastScopeOpener()
4073 Current->MatchingParen->opensBlockOrBlockTypeList(Style) && in calculateFormattingInformation()4078 if (Current->opensBlockOrBlockTypeList(Style)) in calculateFormattingInformation()