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 62 BoundNodesTreeBuilder BoundNodes;
65 return std::tie(MatcherID, Node, BoundNodes) <
66 std::tie(Other.MatcherID, Other.Node, Other.BoundNodes);
389 Key.BoundNodes = *Builder;
626 Key.BoundNodes = *Builder;
704 void visitMatch(const BoundNodes& BoundNodesView) override {
888 MatchFinder::MatchResult::MatchResult(const BoundNodes &Nodes,
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 30 // be called with a BoundNodes instance that contains a mapping from the
66 /// The instances of BoundNodes are created by \c MatchFinder when the user's
68 class BoundNodes {
102 /// \brief Create BoundNodes from a pre-filled map of bindings.
103 BoundNodes(internal::BoundNodesMap &MyBoundNodes)
    [all...]

Completed in 86 milliseconds