mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #6677 from nathawes/swift-indexing
Add roles and relations for Swift indexing
This commit is contained in:
@@ -40,8 +40,8 @@ public:
|
||||
bool isDone() const { return Cancelled; }
|
||||
|
||||
private:
|
||||
bool shouldWalkIntoFunctionGenericParams() override {
|
||||
return SEWalker.shouldWalkIntoFunctionGenericParams();
|
||||
bool shouldWalkIntoGenericParams() override {
|
||||
return SEWalker.shouldWalkIntoGenericParams();
|
||||
}
|
||||
bool walkToDeclPre(Decl *D) override;
|
||||
std::pair<bool, Expr *> walkToExprPre(Expr *E) override;
|
||||
|
||||
Reference in New Issue
Block a user