reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  316 class SingleNodeMatcherInterface : public MatcherInterface<T> {
  345   DynTypedMatcher(MatcherInterface<T> *Implementation)
  479 class WrapperMatcherInterface : public MatcherInterface<T> {
  499   explicit Matcher(MatcherInterface<T> *Implementation)
  596 inline Matcher<T> makeMatcher(MatcherInterface<T> *Implementation) {
 1258   explicit BindableMatcher(MatcherInterface<T> *Implementation)