We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a4b8a commit bbea88eCopy full SHA for bbea88e
lib/Sema/CSDiagnostics.h
@@ -90,12 +90,6 @@ class FailureDiagnostic {
90
91
ConstraintLocator *getLocator() const { return Locator; }
92
93
- SourceLoc getBestAddImportFixItLocation(const Decl *Member,
94
- SourceFile *sourceFile) const {
95
- auto &engine = Member->getASTContext().Diags;
96
- return engine.getBestAddImportFixItLoc(Member, sourceFile);
97
- }
98
-
99
Type getType(ASTNode node, bool wantRValue = true) const;
100
101
/// Get type associated with a given ASTNode without resolving it,
0 commit comments