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

Overridden By

tools/clang/lib/ASTMatchers/Dynamic/Marshallers.h
  289   bool isConvertibleTo(
  447   bool isConvertibleTo(
  473   isConvertibleTo(ast_type_traits::ASTNodeKind Kind, unsigned *Specificity,
  646   bool isConvertibleTo(
  705   bool isConvertibleTo(ast_type_traits::ASTNodeKind Kind, unsigned *Specificity,

References

tools/clang/lib/ASTMatchers/Dynamic/Marshallers.h
  641       if (O->isConvertibleTo(ThisKind))
  650       if (O->isConvertibleTo(Kind, Specificity, LeastDerivedKind))
tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  576           Ctor->isConvertibleTo(Kind.getMatcherKind()) &&
  605       if (Matcher.isConvertibleTo(Kind.getMatcherKind(), &Specificity,