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

References

tools/clang/tools/extra/clangd/unittests/PrintASTTests.cpp
   30                  public ::testing::WithParamInterface<Case> {};
tools/clang/unittests/AST/ASTImporterFixtures.h
  191       public ::testing::WithParamInterface<ArgVector> {
tools/clang/unittests/AST/ASTImporterTest.cpp
   29                        public ::testing::WithParamInterface<ArgVector> {
tools/clang/unittests/AST/ASTImporterVisibilityTest.cpp
   81     ::testing::WithParamInterface<std::tuple<ArgVector, const char *>>;
  175 using ImportVisibilityParams = ::testing::WithParamInterface<
tools/clang/unittests/Rename/ClangRenameTest.h
   45                         public testing::WithParamInterface<Case> {
unittests/Analysis/ValueTrackingTest.cpp
  698                             public ::testing::WithParamInterface<
unittests/ProfileData/InstrProfTest.cpp
   58                                   public ::testing::WithParamInterface<bool> {
utils/unittest/googletest/include/gtest/gtest.h
 1783 class TestWithParam : public Test, public WithParamInterface<T> {