Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp643 bool IsCppStructuredBinding = Left->isCppStructuredBinding(Style); in parseSquare() local
645 !IsCppStructuredBinding && !InsideInlineASM && !CppArrayTemplates && in parseSquare()
661 if (IsCppStructuredBinding) { in parseSquare()