mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #60646 from eeckstein/improve-accessutils
Swift AccessUtils: improvements and bug fixes
This commit is contained in:
@@ -274,6 +274,7 @@ BridgedType SILType_getNominalFieldType(BridgedType type, SwiftInt index,
|
||||
BridgedFunction function);
|
||||
SwiftInt SILType_getFieldIdxOfNominalType(BridgedType type,
|
||||
llvm::StringRef fieldName);
|
||||
llvm::StringRef SILType_getNominalFieldName(BridgedType type, SwiftInt index);
|
||||
SwiftInt SILType_getCaseIdxOfEnumType(BridgedType type,
|
||||
llvm::StringRef caseName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user