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

/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1445 /// \brief Converts a \c Matcher<InnerT> to a \c Matcher<OuterT>, where
1446 /// \c OuterT is any type that is supported by \c Getter.
1448 /// \code Getter<OuterT>::value() \endcode returns a
1449 /// \code InnerTBase (OuterT::*)() \endcode, which is used to adapt a \c OuterT
1452 template <typename OuterT> class Getter,
1453 template <typename OuterT> class MatcherImpl,
1468 template <typename OuterT> operator Matcher<OuterT>() const {
1469 return Matcher<OuterT>(
[all...]

Completed in 221 milliseconds