swift
2eb41a96 - Introduce SILType::mapTypeOutOfContext.

Commit
6 years ago
Introduce SILType::mapTypeOutOfContext. This does the same thing as taking the AST type and running it through mapTypeOutOfContext, but saves call sites from having to do the unwrap-rewrap dance.
Author
Committer
Parents
  • include/swift/SIL
    • File
      SILType.h
  • lib
    • IRGen
      • File
        GenHeap.cpp
    • SIL
      • File
        SILType.cpp
    • SILGen
      • File
        SILGenExpr.cpp