Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h673 bool isCppStructuredBinding(const FormatStyle &Style) const { in isCppStructuredBinding() function
H A DUnwrappedLineParser.cpp1776 FormatTok->isCppStructuredBinding(Style) || Previous->closesScope() || in tryToParseLambdaIntroducer()
H A DTokenAnnotator.cpp557 bool IsCppStructuredBinding = Left->isCppStructuredBinding(Style); in parseSquare()