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