Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp59 struct MatchKey { struct
60 DynTypedMatcher::MatcherIDType MatcherID;
61 ast_type_traits::DynTypedNode Node;
62 BoundNodesTreeBuilder BoundNodes;
64 bool operator<(const MatchKey &Other) const { in operator <()
/external/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.cc93 static bool MatchKey(StringPiece input) { in MatchKey() function