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

  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 73 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context);
78 const BoundNodes Nodes;
114 /// Calls 'Action' with the BoundNodes on every match.
169 /// Collects the \c BoundNodes of all callback invocations when matching
178 SmallVector<BoundNodes, 1>
182 SmallVector<BoundNodes, 1>
199 selectFirst(StringRef BoundTo, const SmallVectorImpl<BoundNodes> &Results) {
200 for (SmallVectorImpl<BoundNodes>::const_iterator I = Results.begin(),
215 SmallVector<BoundNodes, 1> Nodes;
220 SmallVector<BoundNodes, 1
    [all...]
ASTMatchersInternal.h 59 class BoundNodes;
64 /// \brief Internal version of BoundNodes. Holds all the bound nodes.
111 /// is found, we iterate over the tree and create a BoundNodes object containing
115 /// \brief A visitor interface to visit all BoundNodes results for a
124 virtual void visitMatch(const BoundNodes& BoundNodesView) = 0;
174 /// \brief Returns a BoundNodes object containing all current bindings.
    [all...]
ASTMatchers.h 30 // be called with a BoundNodes instance that contains a mapping from the
63 /// The instances of BoundNodes are created by \c MatchFinder when the user's
65 class BoundNodes {
89 /// \brief Create BoundNodes from a pre-filled map of bindings.
90 BoundNodes(internal::BoundNodesMap &MyBoundNodes)
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 27 virtual bool run(const BoundNodes *BoundNodes) = 0;
28 virtual bool run(const BoundNodes *BoundNodes, ASTContext *Context) = 0;
ASTMatchersTest.cpp 616 // Implements a run method that returns whether BoundNodes contains a
647 virtual bool run(const BoundNodes *Nodes) {
662 virtual bool run(const BoundNodes *Nodes, ASTContext *Context) {
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 66 ResultVisitor->visitMatch(BoundNodes(CombinedBindings));
ASTMatchFinder.cpp 405 BoundNodesTree BoundNodes = Builder.build();
407 BoundNodes.visitMatches(&Visitor);
513 virtual void visitMatch(const BoundNodes& BoundNodesView) {
692 MatchFinder::MatchResult::MatchResult(const BoundNodes &Nodes,

Completed in 89 milliseconds