Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h812 bool isCppStructuredBinding(const FormatStyle &Style) const { in isCppStructuredBinding() function
H A DUnwrappedLineParser.cpp2340 LeftSquare->isCppStructuredBinding(Style)) { in tryToParseLambdaIntroducer()
H A DTokenAnnotator.cpp643 bool IsCppStructuredBinding = Left->isCppStructuredBinding(Style); in parseSquare()