mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Cleanup SemaExpr::ActOnDotIdentifier.
Swift SVN r275
This commit is contained in:
@@ -65,7 +65,7 @@ public:
|
||||
bool HasMissingSemi, llvm::SMLoc RBLoc);
|
||||
|
||||
llvm::NullablePtr<Expr>
|
||||
ActOnDotIdentifier(Expr *E, llvm::SMLoc DotLoc, llvm::StringRef Identifier,
|
||||
ActOnDotIdentifier(Expr *E, llvm::SMLoc DotLoc, Identifier Name,
|
||||
llvm::SMLoc IdentifierLoc);
|
||||
|
||||
llvm::NullablePtr<Expr>
|
||||
|
||||
Reference in New Issue
Block a user