HomeSort by: relevance | last modified time | path
    Searched defs:BoundNodes (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h 29 // be called with a BoundNodes instance that contains a mapping from the
105 /// The instances of BoundNodes are created by \c MatchFinder when the user's
107 class BoundNodes {
131 /// Create BoundNodes from a pre-filled map of bindings.
132 BoundNodes(internal::BoundNodesMap &MyBoundNodes)
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 68 BoundNodesTreeBuilder BoundNodes;
73 return std::tie(Traversal, Type, MatcherID, Node, BoundNodes) <
75 Other.BoundNodes);
590 Key.BoundNodes = *Builder;
956 Keys.back().BoundNodes = *Builder;
1038 void visitMatch(const BoundNodes& BoundNodesView) override {
1324 MatchFinder::MatchResult::MatchResult(const BoundNodes &Nodes,

Completed in 74 milliseconds