Searched refs:IdMatcher (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h997 class IdMatcher : public MatcherInterface<T> { class in namespace:clang::ast_matchers::internal
999 /// \brief Creates an IdMatcher that binds to 'ID' if 'InnerMatcher' matches
1001 IdMatcher(StringRef ID, const Matcher<T> &InnerMatcher) function in class:clang::ast_matchers::internal::IdMatcher
1034 return Matcher<T>(new IdMatcher<T>(ID, *this));

Completed in 304 milliseconds