swift
775bdace - [NFC] Extract Decl::getExplicitObjCName()

Commit
124 days ago
[NFC] Extract Decl::getExplicitObjCName() Create a helper method which looks for an `@objc` attribute with an explicit name and returns it, and adopt it in various existing places.
Author
Committer
Parents
  • include/swift/AST
    • File
      Decl.h
  • lib
    • AST
      • File
        ASTMangler.cpp
      • File
        Decl.cpp
    • Sema
      • File
        TypeCheckProtocol.cpp
  • tools/SourceKit/lib/SwiftLang
    • File
      SwiftEditor.cpp