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

References

tools/clang/tools/extra/clangd/unittests/PrintASTTests.cpp
   33   auto Pair = GetParam();
tools/clang/unittests/AST/ASTImporterFixtures.h
  193   ArgVector getExtraArgs() const override { return GetParam(); }
tools/clang/unittests/AST/ASTImporterTest.cpp
  122   ArgVector getExtraArgs() const override { return GetParam(); }
tools/clang/unittests/AST/ASTImporterVisibilityTest.cpp
   93   ArgVector getExtraArgs() const override { return std::get<0>(GetParam()); }
   94   std::string getCode() const { return std::get<1>(GetParam()); }
  184   ArgVector getExtraArgs() const override { return std::get<0>(GetParam()); }
  185   std::string getCode0() const { return std::get<0>(std::get<1>(GetParam())); }
  186   std::string getCode1() const { return std::get<1>(std::get<1>(GetParam())); }
  187   bool shouldBeLinked() const { return std::get<2>(std::get<1>(GetParam())); }
tools/clang/unittests/AST/OMPStructuredBlockTest.cpp
  157       std::string(GetParam()) + R"(
  170       std::string(GetParam()) + R"(
  185       std::string(GetParam()) + R"( collapse(1)
  200       std::string(GetParam()) + R"( collapse(2)
  214       std::string(GetParam()) + R"( collapse(2)
tools/clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
  114   const std::string ModExpr = "x " + GetParam() + " 10";
  128   const std::string ModExpr = GetParam();
tools/clang/unittests/Rename/RenameAliasTest.cpp
  196   auto Param = GetParam();
tools/clang/unittests/Rename/RenameClassTest.cpp
  195   auto Param = GetParam();
  304   auto Param = GetParam();
  400   auto Param = GetParam();
tools/clang/unittests/Rename/RenameEnumTest.cpp
  148   auto Param = GetParam();
tools/clang/unittests/Rename/RenameMemberTest.cpp
  160   auto Param = GetParam();
unittests/Analysis/ValueTrackingTest.cpp
  940   auto M = parseModule(std::string("@test = global ") + GetParam().second);
  947   EXPECT_EQ(GetParam().first, S.str());
unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp
  154   void SetUp() { std::tie(Version, Format) = GetParam(); }
unittests/ProfileData/CoverageMappingTest.cpp
  141     ProfileWriter.setOutputSparse(GetParam().first);
  142     UseMultipleReaders = GetParam().second;
unittests/ProfileData/InstrProfTest.cpp
   59   void SetUp() { Writer.setOutputSparse(GetParam()); }
unittests/Support/MemoryTest.cpp
   52     Flags = GetParam();