File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -2709,10 +2709,3 @@ Type ClangImporter::Implementation::getNSCopyingType() {
2709
2709
Type ClangImporter::Implementation::getNSObjectProtocolType () {
2710
2710
return getNamedProtocolType (*this , " NSObject" );
2711
2711
}
2712
-
2713
- Type ClangImporter::Implementation::getCFStringRefType () {
2714
- if (auto decl = dyn_cast_or_null<TypeDecl>(importDeclByName (" CFStringRef" )))
2715
- return decl->getDeclaredType ();
2716
- return Type ();
2717
- }
2718
-
Original file line number Diff line number Diff line change @@ -1158,9 +1158,6 @@ class LLVM_LIBRARY_VISIBILITY ClangImporter::Implementation
1158
1158
// / \brief Retrieve the NSCopying protocol type.
1159
1159
Type getNSCopyingType ();
1160
1160
1161
- // / \brief Retrieve the CFStringRef typealias.
1162
- Type getCFStringRefType ();
1163
-
1164
1161
// / \brief Determines whether the given type matches an implicit type
1165
1162
// / bound of "Hashable", which is used to validate NSDictionary/NSSet.
1166
1163
bool matchesNSObjectBound (Type type);
You can’t perform that action at this time.
0 commit comments