Searched refs:StreamDescriptor (Results 1 – 2 of 2) 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()
1895 friend class StreamDescriptor; variable