mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Eager tree building for primaries
This commit is contained in:
@@ -1241,6 +1241,8 @@ public:
|
||||
|
||||
bool canBeParsedInFull() const;
|
||||
|
||||
bool isSuitableForASTScopes() const { return canBeParsedInFull(); }
|
||||
|
||||
syntax::SourceFileSyntax getSyntaxRoot() const;
|
||||
void setSyntaxRoot(syntax::SourceFileSyntax &&Root);
|
||||
bool hasSyntaxRoot() const;
|
||||
|
||||
Reference in New Issue
Block a user