Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h657 bool opensBlockOrBlockTypeList(const FormatStyle &Style) const { in opensBlockOrBlockTypeList() function
688 return MatchingParen && MatchingParen->opensBlockOrBlockTypeList(Style); in closesBlockOrBlockTypeList()
H A DTokenAnnotator.cpp2644 Current->MatchingParen->opensBlockOrBlockTypeList(Style)) { in calculateFormattingInformation()
2649 if (Current->opensBlockOrBlockTypeList(Style)) in calculateFormattingInformation()
H A DContinuationIndenter.cpp1454 if (Current.opensBlockOrBlockTypeList(Style)) { in moveStatePastScopeOpener()