Searched refs:FieldLocs (Results 1 – 1 of 1) sorted by relevance
33 llvm::DenseMap<const ValueDecl *, StorageLocation *> FieldLocs; in getStableStorageLocation() local35 FieldLocs.insert({Field, &getStableStorageLocation(Field->getType())}); in getStableStorageLocation()37 std::make_unique<AggregateStorageLocation>(Type, std::move(FieldLocs))); in getStableStorageLocation()