File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -627,6 +627,8 @@ class ASTScope {
627
627
return Mem;
628
628
}
629
629
630
+ static bool areInactiveIfConfigClausesSupported ();
631
+
630
632
private:
631
633
static ast_scope::ASTSourceFileScope *createScopeTree (SourceFile *);
632
634
};
Original file line number Diff line number Diff line change @@ -731,6 +731,10 @@ void ASTScope::
731
731
impl->buildEnoughOfTreeForTopLevelExpressionsButDontRequestGenericsOrExtendedNominals ();
732
732
}
733
733
734
+ bool ASTScope::areInactiveIfConfigClausesSupported () {
735
+ return ScopeCreator::includeInactiveIfConfigClauses;
736
+ }
737
+
734
738
ASTSourceFileScope *ASTScope::createScopeTree (SourceFile *SF) {
735
739
ScopeCreator *scopeCreator = new (SF->getASTContext ()) ScopeCreator (SF);
736
740
return scopeCreator->sourceFileScope ;
You can’t perform that action at this time.
0 commit comments