Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h663 bool isCppStructuredBinding(const FormatStyle &Style) const { in isCppStructuredBinding() function
H A DUnwrappedLineParser.cpp1718 FormatTok->isCppStructuredBinding(Style) || Previous->closesScope() || in tryToParseLambdaIntroducer()
H A DTokenAnnotator.cpp541 bool IsCppStructuredBinding = Left->isCppStructuredBinding(Style); in parseSquare()