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

Derived Classes

include/llvm/Testing/Support/SupportHelpers.h
   29 template <typename T> struct ExpectedHolder : public ErrorHolder {

References

include/llvm/Testing/Support/Error.h
   21 ErrorHolder TakeError(Error Err);
   85 class ErrorMatchesMono : public testing::MatcherInterface<const ErrorHolder &> {
   90   bool MatchAndExplain(const ErrorHolder &Holder,
  147 testing::Matcher<const detail::ErrorHolder &> Failed() {
  152 testing::Matcher<const detail::ErrorHolder &> Failed(M Matcher) {
include/llvm/Testing/Support/SupportHelpers.h
   29 template <typename T> struct ExpectedHolder : public ErrorHolder {
   30   ExpectedHolder(ErrorHolder Err, Expected<T> &Exp)
   36 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) {
lib/Testing/Support/Error.cpp
   15 llvm::detail::ErrorHolder llvm::detail::TakeError(llvm::Error Err) {
usr/include/c++/7.4.0/bits/move.h
   98     move(_Tp&& __t) noexcept
usr/include/c++/7.4.0/type_traits
 1633     { typedef _Tp   type; };
utils/unittest/googlemock/include/gmock/gmock-matchers.h
 1844   AssertionResult operator()(const char* value_text, const T& x) const {
 1856     const Matcher<const T&> matcher = SafeMatcherCast<const T&>(matcher_);
 1856     const Matcher<const T&> matcher = SafeMatcherCast<const T&>(matcher_);
utils/unittest/googlemock/include/gmock/internal/gmock-internal-utils.h
  257   GMOCK_KIND_OF_(From), From, GMOCK_KIND_OF_(To), To> {};  // NOLINT
  257   GMOCK_KIND_OF_(From), From, GMOCK_KIND_OF_(To), To> {};  // NOLINT
utils/unittest/googletest/include/gtest/gtest-printers.h
  455 void PrintTo(const T& value, ::std::ostream* os) {
  699   static void Print(const T& value, ::std::ostream* os) {
  853 void UniversalPrint(const T& value, ::std::ostream* os) {
  856   typedef T T1;
utils/unittest/googletest/include/gtest/internal/gtest-internal.h
  797 struct RemoveConst<const T> { typedef T type; };  // NOLINT