@@ -797,9 +797,9 @@ class ASTContext final {
797797 // /
798798 // / SIL analog of \c ASTContext::getClangFunctionType .
799799 const clang::Type *
800- getCanonicalClangFunctionType (
801- ArrayRef<SILParameterInfo> params, llvm::Optional<SILResultInfo> result,
802- SILFunctionType::Representation trueRep);
800+ getCanonicalClangFunctionType (ArrayRef<SILParameterInfo> params,
801+ llvm::Optional<SILResultInfo> result,
802+ SILFunctionType::Representation trueRep);
803803
804804 // / Instantiates "Impl.Converter" if needed, then translate Swift generic
805805 // / substitutions to equivalent C++ types using \p templateParams and \p
@@ -1020,25 +1020,24 @@ class ASTContext final {
10201020
10211021 // / Retrieve the module dependencies for the module with the given name.
10221022 // /
1023- llvm::Optional<const ModuleDependencyInfo*> getModuleDependencies (
1024- StringRef moduleName,
1025- ModuleDependenciesCache &cache,
1023+ llvm::Optional<const ModuleDependencyInfo *> getModuleDependencies (
1024+ StringRef moduleName, ModuleDependenciesCache &cache,
10261025 InterfaceSubContextDelegate &delegate,
1027- bool optionalDependencyLookup = false ,
1028- bool isTestableImport = false ,
1029- llvm::Optional<std::pair<std::string, swift::ModuleDependencyKind>> dependencyOf = llvm::None);
1026+ bool optionalDependencyLookup = false , bool isTestableImport = false ,
1027+ llvm::Optional<std::pair<std::string, swift::ModuleDependencyKind>>
1028+ dependencyOf = llvm::None);
10301029
10311030 // / Retrieve the module dependencies for the Clang module with the given name.
1032- llvm::Optional<const ModuleDependencyInfo*> getClangModuleDependencies (
1033- StringRef moduleName,
1034- ModuleDependenciesCache &cache,
1035- InterfaceSubContextDelegate &delegate);
1031+ llvm::Optional<const ModuleDependencyInfo *>
1032+ getClangModuleDependencies ( StringRef moduleName,
1033+ ModuleDependenciesCache &cache,
1034+ InterfaceSubContextDelegate &delegate);
10361035
10371036 // / Retrieve the module dependencies for the Swift module with the given name.
1038- llvm::Optional<const ModuleDependencyInfo*> getSwiftModuleDependencies (
1039- StringRef moduleName,
1040- ModuleDependenciesCache &cache,
1041- InterfaceSubContextDelegate &delegate);
1037+ llvm::Optional<const ModuleDependencyInfo *>
1038+ getSwiftModuleDependencies ( StringRef moduleName,
1039+ ModuleDependenciesCache &cache,
1040+ InterfaceSubContextDelegate &delegate);
10421041
10431042 // / Compute the extra implicit framework search paths on Apple platforms:
10441043 // / $SDKROOT/System/Library/Frameworks/ and $SDKROOT/Library/Frameworks/.
0 commit comments