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

  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 641 /// \c ArgumentAdaptingMatcher<HasMatcher, T>(InnerMatcher);
644 /// \c HasMatcher<To, T>(InnerMatcher).
810 class HasMatcher : public MatcherInterface<T> {
814 explicit HasMatcher(const Matcher<ChildT> &ChildMatcher)
833 /// As opposed to the HasMatcher, the ForEachMatcher will produce a match
    [all...]
ASTMatchers.h     [all...]

Completed in 50 milliseconds