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

/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2014 /// (matcher = cxxRecordDecl(forEachDescendant(cxxRecordDecl(hasName("X")))))
2023 /// As opposed to 'hasDescendant', 'forEachDescendant' will cause a match for
2027 /// cxxRecordDecl(forEachDescendant(cxxRecordDecl(
2028 /// forEachDescendant(cxxRecordDecl())
2037 LLVM_ATTRIBUTE_UNUSED forEachDescendant = {}; member in namespace:clang::ast_matchers
2057 return eachOf(Matcher, forEachDescendant(Matcher));
3048 /// forEachDescendant(varDecl().bind("d")),
3049 /// forEachDescendant(declRefExpr(to(decl(equalsBoundNode("d"))))))

Completed in 32 milliseconds