Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormatToken.h504 bool isCppStructuredBinding(const FormatStyle &Style) const { in isCppStructuredBinding() function
H A DUnwrappedLineParser.cpp1446 FormatTok->isCppStructuredBinding(Style) || Previous->closesScope() || in tryToParseLambdaIntroducer()
H A DTokenAnnotator.cpp418 if (Left->isCppStructuredBinding(Style)) { in parseSquare()