HomeSort by relevance Sort by last modified time
    Searched refs:ChildMatcher (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 814 explicit HasMatcher(const Matcher<ChildT> &ChildMatcher)
815 : ChildMatcher(ChildMatcher) {}
821 Node, ChildMatcher, Builder,
827 const Matcher<ChildT> ChildMatcher;
840 explicit ForEachMatcher(const Matcher<ChildT> &ChildMatcher)
841 : ChildMatcher(ChildMatcher) {}
847 Node, ChildMatcher, Builder,
853 const Matcher<ChildT> ChildMatcher;
    [all...]
ASTMatchers.h     [all...]

Completed in 25 milliseconds