Home
last modified time | relevance | path

Searched defs:IgnoredValue (Results 1 – 2 of 2) sorted by relevance

/llvm-project/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
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h141 IgnoredValue(const T& /* ignored */) {} // NOLINT(runtime/explicit) in IgnoredValue() function