Eager tree building for primaries

This commit is contained in:
David Ungar
2019-09-13 17:22:50 -07:00
parent 2ede6f2b82
commit 968c5a8282
8 changed files with 64 additions and 10 deletions

View File

@@ -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;