HomeSort by relevance Sort by last modified time
    Searched defs:BoundNodes (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 58 BoundNodesTreeBuilder BoundNodes;
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/
ASTMatchers.h 30 // 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 {
100 /// \brief Create BoundNodes from a pre-filled map of bindings.
101 BoundNodes(internal::BoundNodesMap &MyBoundNodes)
    [all...]

Completed in 70 milliseconds