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

References

include/llvm/Testing/Support/Error.h
   35   explicit ValueMatchesMono(const testing::Matcher<T> &Matcher)
   66   testing::Matcher<T> Matcher;
include/llvm/Testing/Support/SupportHelpers.h
   73     explicit Impl(const ::testing::Matcher<T> &ValueMatcher)
   91     testing::Matcher<T> ValueMatcher;
tools/clang/unittests/Tooling/StencilTest.cpp
   79                  ::testing::Matcher<std::string> Matcher) {
  183                  testing::Matcher<std::string> MessageMatcher) {
utils/unittest/googlemock/include/gmock/gmock-matchers.h
  445   operator Matcher<T>() const {
  486 inline Matcher<T> MakeMatcher(const MatcherInterface<T>* impl) {
  519   static Matcher<T> Cast(const M& polymorphic_matcher_or_value) {
  536             internal::ImplicitlyConvertible<M, Matcher<T> >::value>());
  540   static Matcher<T> CastImpl(const M& value, BooleanConstant<false>) {
  547   static Matcher<T> CastImpl(const M& polymorphic_matcher_or_value,
  567   static Matcher<T> Cast(const Matcher<U>& source_matcher) {
  574     explicit Impl(const Matcher<U>& source_matcher)
  591     const Matcher<U> source_matcher_;
  612 inline Matcher<T> MatcherCast(const M& matcher) {
  629   static inline Matcher<T> Cast(const M& polymorphic_matcher_or_value) {
  643   static inline Matcher<T> Cast(const Matcher<U>& matcher) {
  643   static inline Matcher<T> Cast(const Matcher<U>& matcher) {
  667 inline Matcher<T> SafeMatcherCast(const M& polymorphic_matcher) {
  703 bool MatchPrintAndExplain(Value& value, const Matcher<T>& matcher,
  899   operator Matcher<Lhs>() const {
 1496   BothOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2)
 1496   BothOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2)
 1546   const Matcher<T> matcher1_;
 1547   const Matcher<T> matcher2_;
 1649   operator Matcher<T>() const {
 2343   ResultOfMatcher(Callable callable, const Matcher<ResultType>& matcher)
 2359     Impl(CallableStorageType callable, const Matcher<ResultType>& matcher)
 2388     const Matcher<ResultType> matcher_;
 2394   const Matcher<ResultType> matcher_;