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

Overrides

tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  302   virtual bool matches(const T &Node,

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 2668 AST_POLYMORPHIC_MATCHER_P_OVERLOAD(

References

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 2674   if (const auto *RD = dyn_cast<CXXRecordDecl>(&Node))
 2675     return Matcher<CXXRecordDecl>(M).matches(*RD, Finder, Builder);
 2675     return Matcher<CXXRecordDecl>(M).matches(*RD, Finder, Builder);
 2677   const auto *InterfaceDecl = cast<ObjCInterfaceDecl>(&Node);
 2678   return Matcher<ObjCInterfaceDecl>(M).matches(*InterfaceDecl, Finder, Builder);
 2678   return Matcher<ObjCInterfaceDecl>(M).matches(*InterfaceDecl, Finder, Builder);