mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[indexer] report defs/refs of parameters without a separate external name
This commit is contained in:
@@ -65,6 +65,8 @@ private:
|
||||
}
|
||||
|
||||
Action startSourceEntity(const IndexSymbol &symbol) override {
|
||||
if (symbol.symInfo.Kind == SymbolKind::Parameter)
|
||||
return Skip;
|
||||
|
||||
// report any parent relations to this reference
|
||||
if (symbol.roles & (SymbolRoleSet)SymbolRole::RelationBaseOf) {
|
||||
|
||||
Reference in New Issue
Block a user