Lines Matching defs:source_map
522 /// Copy layout information from \ref source_map to the \ref destination_map.
525 /// decls from the \ref source_map. This function will use the supplied
529 /// decls from the \ref source_map.
532 /// of the decl/offest pairs in \ref source_map
534 /// \param[in] source_map A map from decls to integral offests. These will
540 /// are usable copies of \ref source_map.
544 llvm::DenseMap<const D *, O> &source_map,
554 sorted_items.reserve(source_map.size());
555 sorted_items.assign(source_map.begin(), source_map.end());