Home
last modified time | relevance | path

Searched defs:MatchKey (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp66 struct MatchKey { struct
67 DynTypedMatcher::MatcherIDType MatcherID;
68 DynTypedNode Node;
69 BoundNodesTreeBuilder BoundNodes;
70 TraversalKind Traversal = TK_AsIs;
71 MatchType Type;
73 bool operator<(const MatchKey &Other) const { in operator <()