Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp243 const DynTypedMatcher DescendantMatcher; member in __anon025d33540611::DynamicForEachDescendantMatcher
246 explicit DynamicForEachDescendantMatcher(DynTypedMatcher DescendantMatcher) in DynamicForEachDescendantMatcher() argument
247 : DescendantMatcher(std::move(DescendantMatcher)) {} in DynamicForEachDescendantMatcher()
253 Node, this->DescendantMatcher, Builder, in matches()
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1649 DynTypedMatcher DescendantMatcher;
1652 explicit HasDescendantMatcher(const Matcher<DescendantT> &DescendantMatcher)
1653 : DescendantMatcher(DescendantMatcher) {}
1657 return Finder->matchesDescendantOf(Node, this->DescendantMatcher, Builder,
1717 DynTypedMatcher DescendantMatcher;
1721 const Matcher<DescendantT> &DescendantMatcher)
1722 : DescendantMatcher(DescendantMatcher) {}
1726 return Finder->matchesDescendantOf(Node, this->DescendantMatcher, Builde
[all...]