mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[AST] Accessors for ^= and _mixInt
This commit is contained in:
@@ -462,6 +462,12 @@ public:
|
||||
/// Retrieve the declaration of Swift.==(Int, Int) -> Bool.
|
||||
FuncDecl *getEqualIntDecl() const;
|
||||
|
||||
/// Retrieve the declaration of Swift.^= (inout Int, Int) -> Void.
|
||||
FuncDecl *getMutatingXorIntDecl() const;
|
||||
|
||||
/// Retrieve the declaration of Swift._mixInt(Int) -> Int.
|
||||
FuncDecl *getMixIntDecl() const;
|
||||
|
||||
/// Retrieve the declaration of Array.append(element:)
|
||||
FuncDecl *getArrayAppendElementDecl() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user