Home
last modified time | relevance | path

Searched refs:IgnoredValue (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dnamed-parameter.cpp108 class IgnoredValue { class
111 IgnoredValue(const T& /* ignored */) {} in IgnoredValue() function in testing::internal::IgnoredValue
114 typedef internal::IgnoredValue Unused;
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h503 using MakeResultIgnoredValue = IgnoredValue(Args...);
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h114 class IgnoredValue {
127 IgnoredValue(const T& /* ignored */) {} // NOLINT(runtime/explicit) in IgnoredValue() function
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-actions.h970 typedef internal::IgnoredValue Unused;