Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp65 struct MatchKey { struct
66 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 <()