Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Format/
H A DFormatToken.h759 bool isCppStructuredBinding(const FormatStyle &Style) const { in isCppStructuredBinding() function
H A DUnwrappedLineParser.cpp2374 LeftSquare->isCppStructuredBinding(Style) || Previous->closesScope() || in tryToParseLambdaIntroducer()
H A DTokenAnnotator.cpp610 bool IsCppStructuredBinding = Left->isCppStructuredBinding(Style); in parseSquare()