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

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  596     unsigned NumArgs = Matcher.isVariadic() ? 1 : Matcher.getNumArgs();
  596     unsigned NumArgs = Matcher.isVariadic() ? 1 : Matcher.getNumArgs();
  597     bool IsPolymorphic = Matcher.isPolymorphic();
  605       if (Matcher.isConvertibleTo(Kind.getMatcherKind(), &Specificity,
  611           Matcher.getArgKinds(Kind.getMatcherKind(), Arg, ArgsKinds[Arg]);
  647       if (Matcher.isVariadic())