Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/Transformer/
DRewriteRule.cpp206 const DynTypedMatcher DescendantMatcher; member in __anon23c971980611::DynamicForEachDescendantMatcher
209 explicit DynamicForEachDescendantMatcher(DynTypedMatcher DescendantMatcher) in DynamicForEachDescendantMatcher() argument
210 : DescendantMatcher(std::move(DescendantMatcher)) {} in DynamicForEachDescendantMatcher()
216 Node, this->DescendantMatcher, Builder, in matches()
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h1497 const DynTypedMatcher DescendantMatcher;
1500 explicit HasDescendantMatcher(const Matcher<DescendantT> &DescendantMatcher)
1501 : DescendantMatcher(DescendantMatcher) {}
1505 return Finder->matchesDescendantOf(Node, this->DescendantMatcher, Builder,
1565 const DynTypedMatcher DescendantMatcher;
1569 const Matcher<DescendantT> &DescendantMatcher)
1570 : DescendantMatcher(DescendantMatcher) {}
1574 return Finder->matchesDescendantOf(Node, this->DescendantMatcher, Builder,
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h1316 explicit HasDescendantMatcher(const Matcher<DescendantT> &DescendantMatcher)
1317 : HasDescendantMatcher::WrapperMatcherInterface(DescendantMatcher) {}
1379 const Matcher<DescendantT> &DescendantMatcher)
1380 : ForEachDescendantMatcher::WrapperMatcherInterface(DescendantMatcher) {}