================
@@ -379,6 +379,27 @@ void Dex::relations(
}
}
+void Dex::reverseRelations(
+ const RelationsRequest &Req,
+ llvm::function_ref<void(const SymbolID &, const Symbol &)> Callback) const
{
+ assert(Req.Predicate == RelationKind::OverriddenBy);
----------------
HighCommander4 wrote:
Please add a `trace::Span` declaration similar to the one in `relations()`
https://github.com/llvm/llvm-project/pull/163024
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits