Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Testing/Annotations/
H A DAnnotations.cpp143 auto WithPayload = rangesWithPayload(Name); in ranges() local
145 Res.reserve(WithPayload.size()); in ranges()
146 for (const auto &[Range, Payload] : WithPayload) in ranges()