HomeSort by relevance Sort by last modified time
    Searched refs:BoundNodesTree (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 37 BoundNodesTree::BoundNodesTree() {}
39 BoundNodesTree::BoundNodesTree(
41 const std::vector<BoundNodesTree> RecursiveBindings)
45 void BoundNodesTree::copyTo(BoundNodesTreeBuilder* Builder) const {
47 for (std::vector<BoundNodesTree>::const_iterator
55 void BoundNodesTree::visitMatches(Visitor* ResultVisitor) {
60 void BoundNodesTree::
77 void BoundNodesTreeBuilder::addMatch(const BoundNodesTree& Bindings)
    [all...]
ASTMatchFinder.cpp 49 BoundNodesTree Nodes;
405 BoundNodesTree BoundNodes = Builder.build();
504 // Implements a BoundNodesTree::Visitor that calls a MatchCallback with
506 class MatchVisitor : public BoundNodesTree::Visitor {
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 107 /// matching subexpressions, BoundNodesTree contains a branch for each of
110 /// BoundNodesTree's are created during the matching process; when a match
113 class BoundNodesTree {
116 /// BoundNodesTree.
127 BoundNodesTree();
129 /// \brief Create a BoundNodesTree from pre-filled maps of bindings.
130 BoundNodesTree(const BoundNodesMap& Bindings,
131 const std::vector<BoundNodesTree> RecursiveBindings);
136 /// \brief Visits all matches that this BoundNodesTree represents.
151 std::vector<BoundNodesTree> RecursiveBindings
    [all...]
ASTMatchers.h 95 friend class internal::BoundNodesTree;
    [all...]

Completed in 33 milliseconds