Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h864 bool isCppStructuredBinding(bool IsCpp) const { in isCppStructuredBinding() function
H A DUnwrappedLineParser.cpp2406 if (LeftSquare->isCppStructuredBinding(IsCpp)) in tryToParseLambdaIntroducer()
H A DTokenAnnotator.cpp698 bool IsCppStructuredBinding = Left->isCppStructuredBinding(IsCpp); in parseSquare()