Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:Inner

624   template <typename Inner>
625 static yes& test(Inner *I, decltype(I->getDecl()) * = nullptr);
731 /// \brief If getDecl exists as a member of U, returns whether the inner
740 /// \brief Extracts the TagDecl of a QualType and returns whether the inner
767 /// and returns whether the inner matches on it.
776 /// the inner matcher matches on it.
783 /// inner matcher matches on it.
791 /// inner matcher matches on it.
799 /// whether the inner matcher matches on it.
807 /// whether the inner matcher matches on it.
814 /// \brief Returns whether the inner matcher \c Node. Returns false if \c Node
1035 /// If a matcher does not need knowledge about the inner type, prefer to use
1276 /// \brief Creates a Matcher<T> that matches if all inner matchers match.
1302 /// T is dyn_cast'able into InnerT and all inner matchers match.
1315 /// type DescendantT for which the given inner matcher matches.
1335 /// for which the given inner matcher matches.
1355 /// type \c AncestorT for which the given inner matcher matches.
1375 /// type DescendantT for which the given inner matcher matches.
1483 /// \brief Matches nodes of type \c TLoc for which the inner
1505 /// \brief Matches \c TypeLocs based on an inner matcher matching a certain
1523 /// \brief Matches nodes of type \c T for which the inner matcher matches on a
1547 /// \brief Matches nodes of type \c T in a ..Loc hierarchy, for which the inner