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

References

tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
 1410       makeAllOfComposite(InnerMatchers).template dynCastTo<T>());
tools/clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
  258   auto VD = internal::Matcher<VarDecl>(Name).dynCastTo<Decl>();
  259   auto RD = internal::Matcher<RecordDecl>(Name).dynCastTo<Decl>();