Home
last modified time | relevance | path

Searched refs:forEachDescendant (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
HDRegistry.cpp160 REGISTER_MATCHER(forEachDescendant); in RegistryMaps()
/NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/
HDASTMatchers.h1948 LLVM_ATTRIBUTE_UNUSED forEachDescendant = {}; variable
1967 return eachOf(Matcher, forEachDescendant(Matcher)); in findAll()