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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  384   bool canMatchNodesOfKind(ast_type_traits::ASTNodeKind Kind) const;

References

tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
  592       if (Matchers[I].first.canMatchNodesOfKind(Kind)) {