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

References

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 2741   const auto M = isDirectlyDerivedFrom(hasName(BaseName));
tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  111   REGISTER_OVERLOADED_2(isDirectlyDerivedFrom);
tools/clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
  499                     isDirectlyDerivedFrom(recordDecl(hasName("A"))))));