Searched refs:StreamDescriptor (Results 1 – 1 of 1) sorted by relevance
129 for (const auto &StreamDescriptor : llvm::enumerate(*ExpectedStreams)) { in create() local130 StreamType Type = StreamDescriptor.value().Type; in create()131 const LocationDescriptor &Loc = StreamDescriptor.value().Location; in create()149 if (!StreamMap.try_emplace(Type, StreamDescriptor.index()).second) in create()