Searched defs:MatchKey (Results 1 – 1 of 1) sorted by relevance
59 struct MatchKey { struct60 DynTypedMatcher::MatcherIDType MatcherID;61 ast_type_traits::DynTypedNode Node;62 BoundNodesTreeBuilder BoundNodes;64 bool operator<(const MatchKey &Other) const { in operator <()