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

References

tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
 1681   using Self = TypeTraversePolymorphicMatcher<InnerTBase, Getter, MatcherImpl,
 1684   static Self create(ArrayRef<const Matcher<InnerTBase> *> InnerMatchers);
 1690       ArrayRef<const Matcher<InnerTBase> *> InnerMatchers)
 1699       : public VariadicFunction<Self, Matcher<InnerTBase>, &Self::create> {
 1704   const Matcher<InnerTBase> InnerMatcher;