mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[AST] Factor out AccessorDecl::createParsed
Move the logic for splicing together the accessor's parameter list out of the parser so that ASTGen will be able to use it too.
This commit is contained in:
@@ -1270,7 +1270,7 @@ public:
|
||||
|
||||
bool parseAccessorAfterIntroducer(
|
||||
SourceLoc Loc, AccessorKind Kind, ParsedAccessors &accessors,
|
||||
bool &hasEffectfulGet, ParameterList *Indices, bool &parsingLimitedSyntax,
|
||||
bool &hasEffectfulGet, bool &parsingLimitedSyntax,
|
||||
DeclAttributes &Attributes, ParseDeclOptions Flags,
|
||||
AbstractStorageDecl *storage, ParserStatus &Status);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user