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.h862 bool isCppStructuredBinding(bool IsCpp) const { in isCppStructuredBinding() function
H A DUnwrappedLineParser.cpp2371 LeftSquare->isCppStructuredBinding(IsCpp)) { in tryToParseLambdaIntroducer()
H A DTokenAnnotator.cpp702 bool IsCppStructuredBinding = Left->isCppStructuredBinding(IsCpp); in parseSquare()