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);
392 Key.BoundNodes = *Builder;
631 Key.BoundNodes = *Builder;
702 void visitMatch(const BoundNodes& BoundNodesView) override {
    [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 84 milliseconds