Searched refs:isCppStructuredBinding (Results 1 – 3 of 3) sorted by relevance
673 bool isCppStructuredBinding(const FormatStyle &Style) const { in isCppStructuredBinding() function
1776 FormatTok->isCppStructuredBinding(Style) || Previous->closesScope() || in tryToParseLambdaIntroducer()
557 bool IsCppStructuredBinding = Left->isCppStructuredBinding(Style); in parseSquare()