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

Overrides

tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  979   virtual bool classIsDerivedFrom(const CXXRecordDecl *Declaration,

Declarations

tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
  437   bool classIsDerivedFrom(const CXXRecordDecl *Declaration,

References

tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
  880     if (!Directly && classIsDerivedFrom(ClassDecl, Base, Builder, Directly))