Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp70 bool FormatToken::opensBlockOrBlockTypeList(const FormatStyle &Style) const { in opensBlockOrBlockTypeList() function in clang::format::FormatToken
H A DFormatToken.h860 [[nodiscard]] bool opensBlockOrBlockTypeList(const FormatStyle &Style) const;
879 return MatchingParen && MatchingParen->opensBlockOrBlockTypeList(Style); in closesBlockOrBlockTypeList()
H A DContinuationIndenter.cpp1956 if (Current.opensBlockOrBlockTypeList(Style)) { in moveStatePastScopeOpener()
H A DTokenAnnotator.cpp4194 Current->MatchingParen->opensBlockOrBlockTypeList(Style) && in calculateFormattingInformation()
4199 if (Current->opensBlockOrBlockTypeList(Style)) in calculateFormattingInformation()