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

References

tools/clang/tools/extra/clangd/unittests/BackgroundIndexTests.cpp
  493   EXPECT_THAT(Storage.keys(), ElementsAre(testPath("A.cc"), testPath("A.h"),
tools/clang/tools/extra/clangd/unittests/DexTests.cpp
  287   EXPECT_THAT(consumeIDs(*Corpus{4}.all()), ElementsAre(0, 1, 2, 3));
  450               ElementsAre("unittest:///a/b/c.h", "unittest:///a/b",
tools/clang/tools/extra/clangd/unittests/FindSymbolsTests.cpp
  608       ElementsAre(
  666               ElementsAre(WithName("ns"), WithName("ns_alias"),
tools/clang/tools/extra/clangd/unittests/GlobalCompilationDatabaseTests.cpp
  121               ElementsAre(EndsWith("clang"), testPath("foo.cc"), "-DA=6",
  138   EXPECT_THAT(Changes, ElementsAre(ElementsAre("A.cpp"), ElementsAre("B.cpp"),
tools/clang/unittests/AST/RecursiveASTVisitorTest.cpp
  101               ElementsAre(VisitEvent::StartTraverseFunction,
tools/clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
  627               ElementsAre("r0", "r1", "r2", "r2 = 10"));
tools/clang/unittests/Tooling/CompilationDatabaseTest.cpp
  513               ElementsAre(EndsWith("clang-tool"), "one", "two", "source"));
  569   ASSERT_THAT(Result[0].CommandLine, ElementsAre(EndsWith("clang-tool"),
  604               ElementsAre(EndsWith("clang-tool"), "-c", "-DDEF3", "source"));
  623       ElementsAre(EndsWith("clang-tool"), "-fsyntax-only", "-DDEF3", "source"));
unittests/Support/AnnotationsTest.cpp
   36               ElementsAre(0u, 1u, 3u, 4u));
unittests/Support/Path.cpp
  264               testing::ElementsAre("c", "d", "e", "foo.txt"));
  266               testing::ElementsAre(".c", ".d", "..", "."));
  275               testing::ElementsAre("//net", "/", "c", "foo.txt"));
unittests/tools/llvm-cfi-verify/GraphBuilder.cpp
  568                         HasPath(Result, ElementsAre(0x1000 + 2, 0x1000 + 7,
  579                         HasPath(Result, ElementsAre(0x1000 + 6, 0x1000 + 7,
unittests/tools/llvm-exegesis/Common/AssemblerUtils.h
   55                 testing::ElementsAre(Bytes...));
unittests/tools/llvm-exegesis/X86/SnippetRepetitorTest.cpp
   74               ElementsAre(HasOpcode(X86::NOOP), HasOpcode(X86::NOOP),
unittests/tools/llvm-exegesis/X86/TargetTest.cpp
  147               ElementsAre(IsStackAllocate(8),