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

References

include/llvm/Testing/Support/SupportHelpers.h
   71   class Impl : public ::testing::MatcherInterface<const llvm::Optional<T> &> {
   73     explicit Impl(const ::testing::Matcher<T> &ValueMatcher)
   76     bool MatchAndExplain(const llvm::Optional<T> &Input,
   91     testing::Matcher<T> ValueMatcher;