Searched defs:OuterT (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1572 /// \brief Converts a \c Matcher<InnerT> to a \c Matcher<OuterT>, where
1573 /// \c OuterT is any type that is supported by \c Getter.
1575 /// \code Getter<OuterT>::value() \endcode returns a
1576 /// \code InnerTBase (OuterT::*)() \endcode, which is used to adapt a \c OuterT
1579 template <typename OuterT> class Getter,
1580 template <typename OuterT> class MatcherImpl,
1595 template <typename OuterT> operator Matcher<OuterT>() const {
1596 return Matcher<OuterT>(
[all...]

Completed in 46 milliseconds