mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
For semantic functionality the API decl is the more useful thing to mangle, and redeclaration checking ensures we can't end up with conflicts. This ensures we're able to perform a name lookup for the decl based on its USR without having to maintain a separate lookup table for ABI names.