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

Overridden By

tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  306   bool dynMatches(const ast_type_traits::DynTypedNode &DynNode,
tools/clang/lib/ASTMatchers/ASTMatchersInternal.cpp
   91   bool dynMatches(const ast_type_traits::DynTypedNode &DynNode,
  107   bool dynMatches(const ast_type_traits::DynTypedNode &DynNode,
  131   bool dynMatches(const ast_type_traits::DynTypedNode &, ASTMatchFinder *,

References

tools/clang/lib/ASTMatchers/ASTMatchersInternal.cpp
  110     bool Result = InnerMatcher->dynMatches(DynNode, Finder, Builder);
  215       Implementation->dynMatches(DynNode, Finder, Builder)) {
  229   if (Implementation->dynMatches(DynNode, Finder, Builder)) {