File tree Expand file tree Collapse file tree 20 files changed +20
-2
lines changed Expand file tree Collapse file tree 20 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 22
22
#include " swift/AST/Builtins.h"
23
23
#include " swift/AST/Decl.h"
24
24
#include " swift/AST/Expr.h"
25
- #include " swift/AST/Initializer.h"
26
25
#include " swift/AST/Module.h"
27
26
#include " swift/AST/ParameterList.h"
28
27
#include " swift/AST/Pattern.h"
Original file line number Diff line number Diff line change 21
21
#define SWIFT_INITIALIZER_H
22
22
23
23
#include " swift/AST/DeclContext.h"
24
+ #include " swift/AST/Decl.h"
24
25
25
26
namespace swift {
26
27
class PatternBindingDecl ;
Original file line number Diff line number Diff line change 20
20
#include " swift/AST/ASTVisitor.h"
21
21
#include " swift/AST/ForeignErrorConvention.h"
22
22
#include " swift/AST/GenericEnvironment.h"
23
+ #include " swift/AST/Initializer.h"
23
24
#include " swift/AST/ParameterList.h"
24
25
#include " swift/AST/TypeVisitor.h"
25
26
#include " swift/Basic/STLExtras.h"
Original file line number Diff line number Diff line change 21
21
#include " swift/AST/ASTWalker.h"
22
22
#include " swift/AST/ForeignErrorConvention.h"
23
23
#include " swift/AST/GenericEnvironment.h"
24
+ #include " swift/AST/Initializer.h"
24
25
#include " swift/AST/Mangle.h"
25
26
#include " swift/AST/PrettyStackTrace.h"
26
27
#include " swift/Basic/SourceManager.h"
Original file line number Diff line number Diff line change 24
24
#include " swift/AST/Expr.h"
25
25
#include " swift/AST/ForeignErrorConvention.h"
26
26
#include " swift/AST/GenericEnvironment.h"
27
+ #include " swift/AST/Initializer.h"
27
28
#include " swift/AST/LazyResolver.h"
28
29
#include " swift/AST/Mangle.h"
29
30
#include " swift/AST/ParameterList.h"
Original file line number Diff line number Diff line change 15
15
#include " swift/AST/AccessScope.h"
16
16
#include " swift/AST/ASTWalker.h"
17
17
#include " swift/AST/GenericEnvironment.h"
18
+ #include " swift/AST/Initializer.h"
18
19
#include " swift/AST/Types.h"
19
20
#include " swift/Basic/SourceManager.h"
20
21
#include " llvm/ADT/DenseMap.h"
Original file line number Diff line number Diff line change 16
16
// ===----------------------------------------------------------------------===//
17
17
18
18
#include " NameLookupImpl.h"
19
- #include " swift/AST/NameLookup.h"
20
19
#include " swift/AST/AST.h"
20
+ #include " swift/AST/NameLookup.h"
21
+ #include " swift/AST/Initializer.h"
21
22
#include " swift/Basic/SourceManager.h"
22
23
#include " swift/Basic/STLExtras.h"
23
24
#include " swift/Sema/IDETypeChecking.h"
Original file line number Diff line number Diff line change 21
21
#include " swift/AST/ASTVisitor.h"
22
22
#include " swift/AST/DebuggerClient.h"
23
23
#include " swift/AST/LazyResolver.h"
24
+ #include " swift/AST/Initializer.h"
24
25
#include " swift/AST/ReferencedNameTracker.h"
25
26
#include " swift/Basic/Fallthrough.h"
26
27
#include " swift/Basic/SourceManager.h"
Original file line number Diff line number Diff line change 15
15
#include " swift/AST/ASTPrinter.h"
16
16
#include " swift/AST/ASTWalker.h"
17
17
#include " swift/AST/Comment.h"
18
+ #include " swift/AST/Initializer.h"
18
19
#include " swift/AST/LazyResolver.h"
19
20
#include " swift/AST/NameLookup.h"
20
21
#include " swift/AST/USRGeneration.h"
Original file line number Diff line number Diff line change 21
21
#include " swift/AST/Attr.h"
22
22
#include " swift/AST/DebuggerClient.h"
23
23
#include " swift/AST/DiagnosticsParse.h"
24
+ #include " swift/AST/Initializer.h"
24
25
#include " swift/AST/Module.h"
25
26
#include " swift/AST/ParameterList.h"
26
27
#include " swift/Basic/Defer.h"
Original file line number Diff line number Diff line change 17
17
#include " swift/Parse/CodeCompletionCallbacks.h"
18
18
#include " swift/Parse/Parser.h"
19
19
#include " swift/AST/ASTWalker.h"
20
+ #include " swift/AST/Initializer.h"
20
21
#include " swift/Basic/StringExtras.h"
21
22
#include " llvm/ADT/SmallString.h"
22
23
#include " llvm/ADT/StringMap.h"
Original file line number Diff line number Diff line change 21
21
#include " swift/Basic/Fallthrough.h"
22
22
#include " swift/AST/AST.h"
23
23
#include " swift/AST/GenericEnvironment.h"
24
+ #include " swift/AST/Initializer.h"
24
25
#include " swift/SIL/SILArgument.h"
25
26
#include " swift/SIL/SILUndef.h"
26
27
Original file line number Diff line number Diff line change 18
18
#include " MiscDiagnostics.h"
19
19
#include " swift/AST/ASTWalker.h"
20
20
#include " swift/AST/GenericEnvironment.h"
21
+ #include " swift/AST/Initializer.h"
21
22
#include " swift/AST/TypeWalker.h"
22
23
#include " swift/AST/TypeMatcher.h"
23
24
#include " swift/Basic/Defer.h"
Original file line number Diff line number Diff line change 23
23
#include " swift/AST/ASTVisitor.h"
24
24
#include " swift/AST/ASTWalker.h"
25
25
#include " swift/AST/DiagnosticsParse.h"
26
+ #include " swift/AST/Initializer.h"
26
27
#include " swift/AST/NameLookup.h"
27
28
#include " swift/AST/PrettyStackTrace.h"
28
29
#include " swift/AST/TypeCheckerDebugConsumer.h"
Original file line number Diff line number Diff line change 18
18
#include " TypeChecker.h"
19
19
#include " swift/AST/ASTWalker.h"
20
20
#include " swift/AST/DiagnosticsSema.h"
21
+ #include " swift/AST/Initializer.h"
21
22
22
23
using namespace swift ;
23
24
Original file line number Diff line number Diff line change 18
18
#include " TypeChecker.h"
19
19
#include " swift/AST/NameLookup.h"
20
20
#include " swift/AST/Decl.h"
21
+ #include " swift/AST/Initializer.h"
21
22
#include " swift/Parse/Lexer.h"
22
23
using namespace swift ;
23
24
Original file line number Diff line number Diff line change 20
20
#include " swift/AST/ASTWalker.h"
21
21
#include " swift/AST/ASTVisitor.h"
22
22
#include " swift/AST/Identifier.h"
23
+ #include " swift/AST/Initializer.h"
23
24
#include " swift/AST/NameLookup.h"
24
25
#include " swift/AST/PrettyStackTrace.h"
25
26
#include " swift/Basic/Range.h"
Original file line number Diff line number Diff line change 22
22
#include " swift/AST/ASTVisitor.h"
23
23
#include " swift/AST/Attr.h"
24
24
#include " swift/AST/Identifier.h"
25
+ #include " swift/AST/Initializer.h"
25
26
#include " swift/AST/ModuleLoader.h"
26
27
#include " swift/AST/NameLookup.h"
27
28
#include " swift/AST/PrettyStackTrace.h"
Original file line number Diff line number Diff line change 17
17
#include " swift/AST/ArchetypeBuilder.h"
18
18
#include " swift/AST/ForeignErrorConvention.h"
19
19
#include " swift/AST/GenericEnvironment.h"
20
+ #include " swift/AST/Initializer.h"
20
21
#include " swift/AST/PrettyStackTrace.h"
21
22
#include " swift/ClangImporter/ClangImporter.h"
22
23
#include " swift/Parse/Parser.h"
Original file line number Diff line number Diff line change 17
17
#include " swift/AST/DiagnosticsCommon.h"
18
18
#include " swift/AST/ForeignErrorConvention.h"
19
19
#include " swift/AST/GenericEnvironment.h"
20
+ #include " swift/AST/Initializer.h"
20
21
#include " swift/AST/LinkLibrary.h"
21
22
#include " swift/AST/Mangle.h"
22
23
#include " swift/AST/RawComment.h"
You can’t perform that action at this time.
0 commit comments