Searched defs:BoundNodes (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp58 BoundNodesTreeBuilder BoundNodes; member in struct:clang::ast_matchers::internal::__anon17765::MatchKey
61 return std::tie(MatcherID, Node, BoundNodes) <
62 std::tie(Other.MatcherID, Other.Node, Other.BoundNodes);
383 Key.BoundNodes = *Builder;
508 Key.BoundNodes = *Builder;
576 void visitMatch(const BoundNodes& BoundNodesView) override {
760 MatchFinder::MatchResult::MatchResult(const BoundNodes &Nodes,
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h30 // be called with a BoundNodes instance that contains a mapping from the
64 /// The instances of BoundNodes are created by \c MatchFinder when the user's
66 class BoundNodes { class in namespace:clang::ast_matchers
100 /// \brief Create BoundNodes from a pre-filled map of bindings.
101 BoundNodes(internal::BoundNodesMap &MyBoundNodes) function in class:clang::ast_matchers::BoundNodes

Completed in 101 milliseconds