Searched defs:MatchKey (Results 1 – 1 of 1) sorted by relevance
65 struct MatchKey { struct66 DynTypedMatcher::MatcherIDType MatcherID;67 DynTypedNode Node;68 BoundNodesTreeBuilder BoundNodes;69 TraversalKind Traversal = TK_AsIs;70 MatchType Type;72 bool operator<(const MatchKey &Other) const { in operator <()