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

References

tools/clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
  262                          decl(hasDescendant(VD), hasDescendant(RD))));
  264                          decl(hasDescendant(RD), hasDescendant(VD))));
  267                       decl(anyOf(hasDescendant(RD), hasDescendant(VD)))));