mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[cxx-interop] Refactor: do not rely on Clang module importer being available
This makes sure that we can emit a pch from a C++ header that uses `CF_OPTIONS`. rdar://112225263
This commit is contained in:
@@ -306,9 +306,6 @@ public:
|
||||
virtual EffectiveClangContext getEffectiveClangContext(
|
||||
const NominalTypeDecl *nominal) = 0;
|
||||
|
||||
virtual const clang::TypedefType *
|
||||
getTypeDefForCXXCFOptionsDefinition(const clang::Decl *candidateDecl) = 0;
|
||||
|
||||
virtual SourceLoc importSourceLocation(clang::SourceLocation loc) = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user