File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11
11
// ===----------------------------------------------------------------------===//
12
12
13
13
#include " swift/SIL/SILDeclRef.h"
14
- #include " swift/SIL/SILLocation.h"
15
- #include " swift/AST/AnyFunctionRef.h"
16
14
#include " swift/AST/ASTContext.h"
17
15
#include " swift/AST/ASTMangler.h"
16
+ #include " swift/AST/AnyFunctionRef.h"
18
17
#include " swift/AST/Initializer.h"
19
18
#include " swift/AST/ParameterList.h"
20
19
#include " swift/ClangImporter/ClangImporter.h"
21
20
#include " swift/ClangImporter/ClangModule.h"
22
21
#include " swift/SIL/SILLinkage.h"
23
- #include " llvm/Support/Compiler.h"
24
- #include " llvm/Support/raw_ostream.h"
22
+ #include " swift/SIL/SILLocation.h"
25
23
#include " clang/AST/Attr.h"
26
24
#include " clang/AST/Decl.h"
25
+ #include " clang/AST/DeclCXX.h"
27
26
#include " clang/AST/DeclObjC.h"
27
+ #include " clang/AST/Mangle.h"
28
+ #include " llvm/Support/Compiler.h"
29
+ #include " llvm/Support/raw_ostream.h"
28
30
using namespace swift ;
29
31
30
32
// / Get the method dispatch mechanism for a method.
You can’t perform that action at this time.
0 commit comments