mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #6677 from nathawes/swift-indexing
Add roles and relations for Swift indexing
This commit is contained in:
@@ -297,7 +297,7 @@ public:
|
||||
bool walkToDeclPost(Decl *D) override;
|
||||
bool walkToTypeReprPre(TypeRepr *T) override;
|
||||
std::pair<bool, Pattern*> walkToPatternPre(Pattern *P) override;
|
||||
bool shouldWalkIntoFunctionGenericParams() override { return true; }
|
||||
bool shouldWalkIntoGenericParams() override { return true; }
|
||||
|
||||
private:
|
||||
static bool findUrlStartingLoc(StringRef Text, unsigned &Start,
|
||||
|
||||
Reference in New Issue
Block a user