HomeSort by: relevance | last modified time | path
    Searched refs:DescendantMatcher (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
RewriteRule.cpp 211 const DynTypedMatcher DescendantMatcher;
214 explicit DynamicForEachDescendantMatcher(DynTypedMatcher DescendantMatcher)
215 : DescendantMatcher(std::move(DescendantMatcher)) {}
221 Node, this->DescendantMatcher, Builder,
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 1673 DynTypedMatcher DescendantMatcher;
1676 explicit HasDescendantMatcher(const Matcher<DescendantT> &DescendantMatcher)
1677 : DescendantMatcher(DescendantMatcher) {}
1681 return Finder->matchesDescendantOf(Node, this->DescendantMatcher, Builder,
1741 DynTypedMatcher DescendantMatcher;
1745 const Matcher<DescendantT> &DescendantMatcher)
1746 : DescendantMatcher(DescendantMatcher) {}
1750 return Finder->matchesDescendantOf(Node, this->DescendantMatcher, Builder
    [all...]

Completed in 24 milliseconds