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);
740 /// \brief Finds the best declaration for a type and returns whether the inner
816 /// the inner matcher matches on it.
823 /// the inner matcher matches on it.
830 /// inner matcher matches on it.
838 /// inner matcher matches on it.
846 /// whether the inner matcher matches on it.
854 /// whether the inner matcher matches on it.
862 /// inner matcher matches on it.
868 /// \brief Returns whether the inner
1090 /// If a matcher does not need knowledge about the inner type, prefer to use
1331 /// \brief Creates a Matcher<T> that matches if all inner matchers match.
1357 /// T is dyn_cast'able into InnerT and all inner matchers match.
1370 /// type DescendantT for which the given inner matcher matches.
1390 /// for which the given inner matcher matches.
1410 /// type \c AncestorT for which the given inner matcher matches.
1430 /// type DescendantT for which the given inner matcher matches.
1538 /// \brief Matches nodes of type \c TLoc for which the inner
1560 /// \brief Matches \c TypeLocs based on an inner matcher matching a certain
1578 /// \brief Matches nodes of type \c T for which the inner matcher matches on a
1602 /// \brief Matches nodes of type \c T in a ..Loc hierarchy, for which the inner