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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  438   bool canConvertTo(ast_type_traits::ASTNodeKind To) const;

References

tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  436     return canConvertTo(ast_type_traits::ASTNodeKind::getFromNodeKind<T>());
tools/clang/lib/ASTMatchers/ASTMatchersInternal.cpp
  148                         return M.canConvertTo(SupportedKind);
tools/clang/lib/ASTMatchers/Dynamic/VariantValue.cpp
   59   return Matcher.canConvertTo(NodeKind);