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:
@@ -126,7 +126,7 @@ public:
|
||||
/// Whether walk into the inactive region in a #if config statement.
|
||||
virtual bool shouldWalkInactiveConfigRegion() { return false; }
|
||||
|
||||
virtual bool shouldWalkIntoFunctionGenericParams() { return true; }
|
||||
virtual bool shouldWalkIntoGenericParams() { return true; }
|
||||
|
||||
protected:
|
||||
SourceEntityWalker() = default;
|
||||
|
||||
Reference in New Issue
Block a user