[indexer] report defs/refs of parameters without a separate external name

This commit is contained in:
Nathan Hawes
2017-02-28 11:55:34 -08:00
parent 67d2224585
commit 2684564590
5 changed files with 36 additions and 15 deletions

View File

@@ -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) {