Lines Matching defs:metadata
211 Location FusedLoc::get(ArrayRef<Location> locs, Attribute metadata,
217 // metadata or the metadata is the same as the top level metadata.
219 if (fusedLoc.getMetadata() == metadata) {
233 // Handle the simple cases of less than two locations. Ensure the metadata (if
236 if (!metadata)
241 metadata);
243 if (locs.size() == 1 && !metadata)
246 return Base::get(context, locs, metadata);