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 1111// ===----------------------------------------------------------------------===//
1212
1313#include " swift/SIL/SILDeclRef.h"
14- #include " swift/SIL/SILLocation.h"
15- #include " swift/AST/AnyFunctionRef.h"
1614#include " swift/AST/ASTContext.h"
1715#include " swift/AST/ASTMangler.h"
16+ #include " swift/AST/AnyFunctionRef.h"
1817#include " swift/AST/Initializer.h"
1918#include " swift/AST/ParameterList.h"
2019#include " swift/ClangImporter/ClangImporter.h"
2120#include " swift/ClangImporter/ClangModule.h"
2221#include " swift/SIL/SILLinkage.h"
23- #include " llvm/Support/Compiler.h"
24- #include " llvm/Support/raw_ostream.h"
22+ #include " swift/SIL/SILLocation.h"
2523#include " clang/AST/Attr.h"
2624#include " clang/AST/Decl.h"
25+ #include " clang/AST/DeclCXX.h"
2726#include " clang/AST/DeclObjC.h"
27+ #include " clang/AST/Mangle.h"
28+ #include " llvm/Support/Compiler.h"
29+ #include " llvm/Support/raw_ostream.h"
2830using namespace swift ;
2931
3032// / Get the method dispatch mechanism for a method.
You can’t perform that action at this time.
0 commit comments