Searched defs:forEachDescendant (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1677 /// (matcher = recordDecl(forEachDescendant(recordDecl(hasName("X")))))
1686 /// As opposed to 'hasDescendant', 'forEachDescendant' will cause a match for
1690 /// recordDecl(forEachDescendant(recordDecl(forEachDescendant(recordDecl()))))
1698 LLVM_ATTRIBUTE_UNUSED forEachDescendant = {}; member in namespace:clang::ast_matchers
1717 return eachOf(Matcher, forEachDescendant(Matcher));
2420 /// forEachDescendant(varDecl().bind("d")),
2421 /// forEachDescendant(declRefExpr(to(decl(equalsBoundNode("d"))))))

Completed in 169 milliseconds