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

References

tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
 1407 BindableMatcher<T> makeDynCastAllOfComposite(
 1409   return BindableMatcher<T>(
 1410       makeAllOfComposite(InnerMatchers).template dynCastTo<T>());